* {
    box-sizing: border-box
}

input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 14px;
    background: #f3f5f7;
    border: 2px solid transparent;
    vertical-align: middle;
    outline: 0
}

.posR {
    position: relative
}

#flexslider {
    height: 320px
}

.sliderLoading {
    position: absolute;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    color: #666
}

.sliderLoading img {
    max-width: 100%
}

.sliderLoading img, .sliderLoading span {
    display: block;
    margin: 0 auto;
    text-align: center
}

.aside .aside-sub-container {
    width: 470px;
    background: rgba(0, 147, 208, .5);
    border-radius: 20px;
    min-height: 150px;
    position: absolute;
    bottom: 288px;
    color: #fff;
    padding: 15px;
    left: 23%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.aside-sub-container .flex-center {
    width: 100%
}

.aside .slides img {
    object-fit: cover
}

.aside .flex-direction-nav {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    top: -280px
}

.aside .flex-direction-nav .flex-prev {
    left: 0
}

.aside .flex-direction-nav .flex-next {
    left: auto;
    right: 0
}

.flex-control-nav li a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px
}

.flex-control-nav li a.flex-active {
    cursor: default;
    background-color: #fff
}

.contentfav .flex-direction-nav {
    width: 66px;
    position: absolute;
    bottom: 0;
    height: 61px;
    right: 5px;
    z-index: 301
}

.contentfav .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
    top: 16px;
    z-index: 301
}

.contentfav .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
    top: 16px;
    z-index: 301
}

.contentfav .flex-control-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(255 255 255 / .3);
    padding: 18px;
    text-align: left
}

.favL, .favR {
    margin-bottom: 0
}

em.lowest-tip {
    font-style: normal;
    border: 0
}

.latest_preferential {
    text-align: center
}

.latest_preferential h2 {
    margin-top: 90px;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: bold
}

.preferential_start {
    cursor: pointer;
    margin: 0 auto
}

.preferential_start label {
    padding: 0;
    margin-top: 12px;
    margin-right: 3px
}

#begin {
    color: #13aae5;
    display: inline-block;
    padding-right: 15px;
    z-index: 3
}

#begin a {
    color: #13aae5
}

#begin:hover a {
    text-decoration: underline
}

#begin i {
    background: url("../../images/css_sprites.png") -150px -186px no-repeat;
    background-image: -webkit-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -moz-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -ms-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -o-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    width: 10px;
    height: 10px;
    top: 6px;
    right: 0
}

.begin_select {
    width: 283px;
    top: 35px;
    background: #fff;
    border: 1px solid #e3e4e6;
    padding: 5px 0;
    z-index: 1;
    max-height: 212px;
    overflow: hidden;
    overflow-y: auto
}

#begin .begin_select i {
    position: absolute;
    width: 26px;
    height: 16px;
    top: -15px;
    left: 60px;
    background-position: -173px -242px
}

#begin .begin_select li {
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: left;
    padding: 0;
    padding-left: 24px;
    font-size: 14px
}

#begin li:hover {
    background-color: #f0fafd
}

#begin .begin_select a {
    color: #000;
    text-decoration: none
}

#begin li:hover a {
    text-decoration: underline
}

.flex-direction-nav li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 49%;
    box-shadow: 0 0 6px #c4c4c4
}

.flex-direction-nav .flex-prev {
    left: 20%;
    background-image: url("../../images/icon-left.png");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    opacity: .7;
    cursor: pointer
}

.flex-direction-nav .flex-next {
    right: 20%;
    background-image: url("../../images/icon-right.png");
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: .7;
    cursor: pointer
}

.bgcardpage {
    position: relative;
    overflow: hidden
}

.bgcardpage:before {
    content: "";
    position: absolute;
    left: 0;
    height: 555px;
    background: #f3f5f7;
    top: 555px;
    width: 100%
}

.bgcardpage:after {
    content: "";
    position: absolute;
    left: 0;
    height: 600px;
    background: #f3f5f7;
    bottom: 0;
    width: 100%
}

.search-zone {
    left: 10px;
    top: -122px;
    box-shadow: 0 10px 20px #bdbdbd;
    position: absolute
}

.search-content {
    width: 1024px
}

.search-box {
    padding: 0;
    background-color: #fff;
    min-height: auto
}

.search-radio {
    border-bottom-color: transparent
}

.search-radio .radio-btn-o {
    padding: 0 5px;
    float: left;
    cursor: pointer;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    margin: 0 10px
}

.search-radio a {
    float: left;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    padding: 0 14px;
    white-space: nowrap
}

.search-box-head {
    line-height: 46px;
    color: #666;
    font-size: 15px
}

#moreflights {
    width: auto
}

.search-two-title li {
    border-right: 1px solid #fff
}

.search-two-title li:last-child {
    border: 0
}

.search-box-head li.current, .search-box-head li:hover {
    border-bottom: 0;
    background: #fff !important
}

.search-box-head li {
    width: 25%;
    padding-top: 0;
    background: #e3e4e6 !important;
    border-bottom: none !important
}

.search-box-content {
    padding: 0 20px 10px
}

.search-radio .current {
    background: 0;
    color: #0093d0;
    border-bottom: 2px solid #0093d0
}

.flightTap-tip-icon {
    display: none
}

.box-theme {
    position: relative;
    width: 478px;
    float: left;
    background: #f4f5f7;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    height: 50px;
    line-height: normal
}

.box-theme.maright {
    margin-right: 22px
}

.box-theme label {
    position: absolute;
    top: 6px;
    left: 18px;
    color: #999;
    font-size: 12px;
    z-index: 1;
    display: none
}

.search-div input {
    height: 50px;
    box-sizing: border-box;
    border-color: transparent;
    padding: 0 20px
}

.box-theme input.xinput-city, .box-theme input.xinput-promotion {
    background: transparent;
    border-color: transparent;
    width: 100%;
    color: #000;
    position: relative;
    line-height: 30px;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'simsum';
    vertical-align: middle;
    box-sizing: border-box
}

.ipt_border {
    border: 2px solid #13aae5;
    background-color: #fff
}

.search-icon:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 18px;
    right: 12px;
    border: 2px solid #000;
    border-color: transparent #888 #888 transparent;
    transform: rotate(45deg)
}

.close-icon:after {
    content: "×";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 10px;
    font-size: 24px;
    color: #888;
    line-height: 20px;
    cursor: pointer
}

.box-theme input.ipt_border {
    border: 2px solid #13aae5;
    background-color: #fff
}

.ipt_lineH {
    line-height: 20px
}

.box-theme .ui-input-unit .city_focus {
    padding: 20px 16px 0
}

.box-date {
    float: left;
    width: 50%;
    margin: 0;
    line-height: 16px;
    max-width: 478px
}

.search-date:after {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 6px;
    width: 32px;
    height: 32px
}

.box-date input.xinput-date {
    background: transparent;
    border-color: transparent;
    width: 100%;
    height: 50px;
    color: #000;
    padding: 0 20px;
    box-sizing: border-box
}

#huicheng .date-txt {
    position: relative
}

#huicheng .date-txt:before {
    content: "";
    border-left: 1px solid #fff;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 10px
}

.box-theme .search-checkbox {
    display: none
}

.promotion-add {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #333;
    border: 1px solid;
    border-radius: 2px;
    position: relative
}

.promotion-add:before, .promotion-add:after {
    content: "";
    position: absolute;
    border: 1px solid;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 0
}

.promotion-add:after {
    height: .6em;
    width: 0;
    top: 2px;
    left: 6px
}

.promotion-add-change {
    background-position: 5px -29px
}

.search-promotion {
    width: 60%;
    margin-right: 22px;
    float: left
}

.promotion-detail label {
    padding-left: 0
}

.myflexible label {
    padding-right: 2px
}

.myflexible i.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,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) 0 0 no-repeat scroll transparent;
    position: relative;
    top: 2px
}

.myflexible input:checked + i.checkbox {
    background-position: -18px 0
}

#myaccountCode {
    padding: 0 20px;
    border: 0
}

.promotion-input {
    display: none
}

.promotion-input input {
    background: #fff;
    height: 30px
}

.search-promotion .search-div {
    padding-left: 0;
    margin-bottom: 0
}

.search-promotion .search-history {
    position: relative;
    height: auto
}

.promotion-input.box-theme {
    width: 338px
}

.search-promotion .search-wid {
    display: inline-block;
    vertical-align: top;
    color: #000;
    min-width: 30%
}

.search-promotion .date-txt {
    line-height: normal;
    height: 40px
}

.search-div .inputR {
    width: 20px
}

.search-promotion .myflexible input {
    height: 20px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.history-keep {
    position: static;
    display: inline-block;
    border-color: transparent;
    vertical-align: top;
    float: left;
    min-width: 60%;
    max-width: 80%
}

.search-history a.btn {
    float: left;
    background: 0;
    display: inline-block;
    padding-right: 0;
    width: auto;
    white-space: nowrap
}

.history-keep li {
    display: inline-block
}

.history-keep li a:hover {
    background: transparent
}

.history-keep li:not(:last-child) {
    margin-right: 10px
}

.history-keep li a {
    width: auto;
    padding: 0;
    cursor: pointer
}

.history-keep li span {
    width: auto;
    float: none;
    font-size: 12px;
    min-width: auto
}

.searchBtn {
    float: right;
    width: 216px
}

.searchBtn .search-btn {
    height: 50px;
    line-height: 50px;
    text-align: right;
    position: relative;
    top: 10px
}

.search-btn a {
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 215px;
    background: #e60020;
    display: inline-block;
    text-align: center
}

.searchBtn .search-btn a:hover {
    background: #f03
}

.pay_radio {
    padding: 5px 8px 20px 5px
}

.pay_radio .pay_radio_label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 5px
}

.pay_radio .pay_radio_label input[type='radio'] {
    width: 14px;
    height: 14px;
    margin-top: -3px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none
}

.pay_radio .pay_radio_label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    border: 1px solid #999;
    vertical-align: middle;
    margin: -3px 3px 0;
    position: relative
}

.pay_radio .pay_radio_label input:checked + span:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #333;
    border-radius: 20px;
    top: 3px;
    left: 3px
}

.search_pay_mode {
    display: inline-block;
    width: 60%
}

.search_pay_mode .pay_detail a {
    color: #008acd;
    font-weight: 600
}

.search_pay_mode .pay_detail span {
    display: inline-block;
    color: #fff;
    background: #008acd;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    margin-left: 2px
}

.search_pay_mode .pay_mark {
    color: #999;
    line-height: 20px
}

.search_pay_mode .pay_mark sup {
    color: red;
    display: inline-block;
    vertical-align: baseline
}

.airportAlert {
    position: fixed;
    width: 430px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 315;
    padding: 5px 15px
}

.airportAlert .alertTitle {
    position: relative;
    padding-top: 30px
}

.airportAlert .alertTitle span {
    color: #008acd;
    font-size: 30px;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.airportAlert .alertTitle p {
    font-size: 17px;
    padding: 0 10px
}

.airportAlert .alertContent {
    padding: 10px
}

.airportAlert .alertContent h3 {
    text-align: center;
    font-size: 20px;
    margin: 15px 10px
}

.airportAlert .alertContent .air-item {
    text-align: center;
    padding: 12px;
    background: #f1f1f1;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    font-size: 17px;
    cursor: pointer
}

.airportAlert .alertContent .air-item.current {
    background: #008acd;
    color: #fff;
    border-color: #008acd
}

.airportAlert .air-btn {
    text-align: center;
    padding: 15px
}

.airportAlert .air-btn button {
    color: #fff;
    background: #e60020;
    width: 60%;
    height: 52px;
    border: 0;
    font-size: 20px
}

.airportAlert .air-btn button:disabled {
    background: #ccc
}

.airport-mark {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
    z-index: 312
}

@media screen and (max-width: 768px) {
    .search_pay_mode {
        width: 100%
    }

    .search-content-phone .pay_radio {
        padding: 0;
        line-height: 30px;
        margin-bottom: 10px
    }

    .airportAlert {
        max-width: 100%
    }
}

.cookieTips {
    width: 90%;
    line-height: 26px
}

.usercookieBtn {
    padding: 3px 25px
}

.ui-calendar-input {
    background: none !important
}

.input-helper {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 7px;
    vertical-align: top;
    z-index: 5;
    width: 20px
}

.ui-calendar-helper {
    width: 60px;
    white-space: nowrap
}

.ui-city-helper {
    height: 14px;
    top: 30px;
    cursor: pointer;
    overflow: hidden
}

.ui-city-helper .ico-city {
    margin-top: 0;
    height: 14px;
    width: 14px;
    background-color: transparent
}

.ico_city_img {
    background: url(../../images/css_sprites.png) no-repeat;
    background-position: -245px -200px !important;
    background-image: -webkit-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -o-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x)
}

.ico_city_imgs {
    background: url(../../images/css_sprites.png) no-repeat;
    background-position: -249px -183px !important;
    background-image: -webkit-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -o-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x)
}

.ui-calendar-helper .ico-calendar {
    margin-top: 1px;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    background-position: -24px -2px;
    line-height: 14px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    vertical-align: top;
    background: url(../../images/css_sprites.png) -248px -5px no-repeat;
    background-image: -webkit-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x);
    background-image: -o-image-set(url(../../images/css_sprites.png) 1x, url(../../images/css_sprites@2x.png) 2x)
}

.contentsevice {
    background: #f3f5f7;
    position: relative;
    padding-top: 268px;
    height: 555px
}

.contentsevice h1 {
    font-size: 36px;
    text-align: center;
    margin: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0
}

.contentsevice .sevice-item {
    text-align: center
}

.contentsevice .sevice-item ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center
}

.contentsevice .sevice-item ul li {
    background: #fff;
    width: 148px;
    height: 148px;
    margin-right: 30px;
    margin-right: 23px \0;
    float: left
}

.contentsevice .sevice-item ul li:last-child {
    margin: 0
}

.sevice-item li a {
    height: 148px;
    display: block;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    white-space: normal
}

.sevice-item span {
    display: inline-block;
    height: 95px;
    margin: 0
}

.sevice-item .center_ul_seat {
    background: url("../../images/p30.png") 0 0 no-repeat;
    background-image: -moz-image-set(url("../../images/p30.png") 1x, url("../../images/p30-2x.png") 2x);
    background-image: -ms-image-set(url("../../images/p30.png") 1x, url("../../images/p30-2x.png") 2x);
    background-image: -o-image-set(url("../../images/p30.png") 1x, url("../../images/p30-2x.png") 2x)
}

.sevice-item .center_ul_food {
    background: url("../../images/p31.png") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../../images/p31.png") 1x, url("../../images/p31-2x.png") 2x);
    background-image: -moz-image-set(url("../../images/p31.png") 1x, url("../../images/p31-2x.png") 2x);
    background-image: -ms-image-set(url("../../images/p31.png") 1x, url("../../images/p31-2x.png") 2x);
    background-image: -o-image-set(url("../../images/p31.png") 1x, url("../../images/p31-2x.png") 2x)
}

.sevice-item .center_ul_exchange {
    background: url("../../images/p36.png") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../../images/p36.png") 1x);
    background-image: -moz-image-set(url("../../images/p36.png") 1x);
    background-image: -ms-image-set(url("../../images/p36.png") 1x);
    background-image: -o-image-set(url("../../images/p36.png") 1x)
}

.sevice-item .center_ul_stay {
    background: url("../../images/p32.png") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../../images/p32.png") 1x, url("../../images/p32-2x.png") 2x);
    background-image: -moz-image-set(url("../../images/p32.png") 1x, url("../../images/p32-2x.png") 2x);
    background-image: -ms-image-set(url("../../images/p32.png") 1x, url("../../images/p32-2x.png") 2x);
    background-image: -o-image-set(url("../../images/p32.png") 1x, url("../../images/p32-2x.png") 2x)
}

.sevice-item .center_ul_verify {
    background: url("../../images/p33.png") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../../images/p33.png") 1x, url("../../images/p33-2x.png") 2x);
    background-image: -moz-image-set(url("../../images/p33.png") 1x, url("../../images/p33-2x.png") 2x);
    background-image: -ms-image-set(url("../../images/p33.png") 1x, url("../../images/p33-2x.png") 2x);
    background-image: -o-image-set(url("../../images/p33.png") 1x, url("../../images/p33-2x.png") 2x)
}

.sevice-item .center_ul_wifi {
    background: url("../../images/p34.png") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../../images/p34.png") 1x, url("../../images/p34-2x.png") 2x);
    background-image: -moz-image-set(url("../../images/p34.png") 1x, url("../../images/p34-2x.png") 2x);
    background-image: -ms-image-set(url("../../images/p34.png") 1x, url("../../images/p34-2x.png") 2x);
    background-image: -o-image-set(url("../../images/p34.png") 1x, url("../../images/p34-2x.png") 2x)
}

.sevice-item .center_ul_prove {
    background: url("../../images/p35.png") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../../images/p35.png") 1x, url("../../images/p35-2x.png") 2x);
    background-image: -moz-image-set(url("../../images/p35.png") 1x, url("../../images/p35-2x.png") 2x);
    background-image: -ms-image-set(url("../../images/p35.png") 1x, url("../../images/p35-2x.png") 2x);
    background-image: -o-image-set(url("../../images/p35.png") 1x, url("../../images/p35-2x.png") 2x) 1
}

.sevice-item .center_ul_extraLuggage {
    background: url("../../images/p29.png") 0 0 no-repeat
}

.contentnews {
    border-color: transparent;
    padding: 20px 0;
    margin-top: 20px
}

.newsTitle {
    color: #3c3c3c;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    width: 13%;
    text-align: left
}

.contentnews .newsCon {
    padding: 0 15px;
    width: 74%
}

.contentnews .newsCon li {
    padding: 0
}

.contentnews .newsCon li h4 a {
    width: 100%;
    display: block;
    font-size: 17px;
    color: #3c3c3c;
    font-weight: 500;
    line-height: 30px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.contentnews .newsCon li .newsDetail a {
    color: #3c3c3c;
    height: 42px;
    line-height: 38px;
    display: none
}

.newsMore {
    line-height: 32px
}

.newsMore a {
    background: url("../../images/icon_right.png") right center no-repeat;
    padding: 0;
    color: #5288cc;
    font-size: 15px
}

.favL.loading .favLH {
    background: transparent
}

.contentfav .favL {
    width: 100%;
    border: 1px solid #ededed;
    margin-top: 30px
}

.contentfav .favR {
    display: none
}

.favLH {
    background: #fff;
    padding-left: 0
}

.favLH ul {
    border-top: 0
}

.favLH li {
    padding: 0 !important;
    margin: 0;
    line-height: 40px;
    width: 50%
}

.favLH li.current {
    margin-top: 0
}

#favourableH li {
    float: none;
    border: 0;
    text-align: center;
    cursor: auto;
    font-size: 36px;
    font-weight: 500
}

.favLH li a {
    font-size: 14px
}

.favLH li.current a {
    color: #fff
}

.favLCon.cabin .favTd span {
    color: #000;
    width: auto;
    float: none
}

.favLCon.cabin .favTd span.price {
    float: right
}

.favLCon .favTd {
    width: 50%
}

.favTd a span:last-child {
    float: right
}

.favR li {
    overflow: hidden
}

.favLCon .flight i {
    background: url("../../images/way2.png");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 45px;
    height: 15px;
    display: inline-block;
    background-size: 32px;
    position: relative;
    top: 8px
}

.favLCon .flight i.way {
    background: url("../../images/way1.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center
}

#favourableH li p {
    font-size: 12px;
    margin-top: 10px
}

#favourableH li p a {
    margin: 0 3px;
    position: relative
}

#favourableH li p a:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 4px;
    right: -10px;
    border: 2px solid #000;
    border-color: transparent #0093d0 #0093d0 transparent;
    transform: rotate(45deg);
    border-radius: 3px
}

.img-detail {
    left: 0;
    right: 0;
    bottom: 42px;
    width: auto;
    padding: 8px;
    position: absolute;
    white-space: nowrap;
    opacity: 1;
    background: transparent
}

.img-seg {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    margin: 0
}

.img-seg span {
    float: left
}

.img-seg .img-price {
    float: left;
    width: auto
}

.img-seg .return-ico, .img-seg .one-way-ico {
    background: transparent;
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    float: left;
    height: auto;
    line-height: 14px;
    width: auto;
    margin-right: 5px
}

.img-time {
    text-align: right;
    color: #000;
    font-size: 14px;
    margin: 8px 0 12px 0
}

#favLCon {
    height: 280px
}

.favLCon {
    border: 0;
    padding: 0;
    height: 280px;
    overflow: hidden;
    overflow-y: auto
}

.favLCon .flight {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.favLCon.cabin .favTd {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    box-sizing: border-box;
    border: 0
}

.sr-only {
    display: none
}

.favmore {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden
}

.favmore p {
    font-size: 14px;
    color: #000
}

.favmore a.more {
    display: inline-block;
    padding: 10px 57px;
    border: 2px solid #33a4dc;
    font-size: 14px;
    border-radius: 3px
}

.contentenjoy li .enjoy:last-child {
    margin-right: 0
}

.contentenjoy li .dc_loading {
    display: none
}

.contentenjoy .slides img {
    height: auto;
    width: auto;
    margin: 0 auto;
}

.contentenjoy li .enjoy .detail .enjoyTitle a {
    color: #3c3c3c;
    line-height: 20px
}

.contentenjoy li .enjoy .detail .enjoyTitle span {
    display: -webkit-box;
    line-height: 18px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    max-height: 75px;
    margin-top: 8px;
    font-size: 14px
}

.enjoyCon .detail {
    height: auto;
    display: block;
    max-width: 321px;
    margin: 0 auto;
}

.detail .enjoyTitle a strong, .detail .enjoyTitle strong {
    font-size: 20px;
    font-weight: 600
}

.enjoyCon {
    overflow: visible;
    position: relative
}

.favLCon.cabin .favTd.odd {
    background: #f4f5f7
}

.favLCon.cabin .favTd:nth-child(odd) {
    padding-right: 30px
}

.favLCon.cabin .favTd:nth-child(even) {
    padding-left: 30px
}

#flexslider_activity .flex-control-nav {
    display: none
}

#flexslider_activity .flex-direction-nav .flex-prev {
    top: 29%;
    left: -13px
}

#flexslider_activity .flex-direction-nav .flex-next {
    top: 29%;
    right: -13px;
    cursor: pointer
}

.contentenjoy h2, .contentsale h2 {
    font-size: 36px;
    text-align: center;
    color: #3c3c3c;
    margin: 30px 0 50px
}

.contentenjoy h2 strong, .contentsale h2 strong {
    font-weight: 500;
    padding-right: 0
}

.saleCon {
    height: 350px
}

.saleCon li {
    display: block
}

.contentsale {
    background: #f3f5f7;
    margin-top: 70px;
    padding-top: 30px;
    height: 600px;
    box-sizing: border-box
}

.saleCon .sale {
    height: 350px
}

.saleCon .purple {
    width: 51%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    line-height: 30px;
    font-size: 15px
}

.saleCon .sale img {
    width: 100%;
    height: 100%
}

.saleCon .sale-info h1 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px
}

.saleCon .sale-info p {
    margin-bottom: 10px
}

.active {
    display: none
}

.search-content-phone {
    display: none
}

.transaction-left, .transaction-right {
    width: 490px;
    height: 50px;
    margin: 30px 0 16px 0
}

.transaction-right {
    float: left;
    left: 0;
    margin: 30px 0 16px 0
}

.transaction-left div {
    width: 225px;
    margin-right: 20px;
    float: left
}

.transaction_operator_top label, .order_inquiry_center label {
    top: 6px;
    left: 18px;
    color: #999;
    font-size: 12px;
    z-index: 1
}

.nav_ipt_search > div {
    width: 50%
}

.discounts {
    display: inline-block;
    color: #000;
    border: 1px solid transparent;
    margin-top: -2px;
    line-height: normal
}

.nav_ipt_search .ipt_border {
    border: 2px solid #13aae5;
    background-color: #fff
}

.discounts label {
    padding-left: 4px;
    cursor: pointer;
    color: #000
}

.discounts.ipt_border {
    border-width: 1px !important
}

.center_nav i {
    position: absolute;
    width: 20px;
    height: 21px;
    top: 0
}

.discounts i {
    background: url("../../images/css_sprites.png") -248px -32px no-repeat;
    background-image: -webkit-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -moz-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -ms-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -o-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    top: 1px;
    left: 0
}

#addDiscounts {
    background: #fff;
    width: 50%;
    height: 26px;
    padding-left: 24px
}

.ticket_booking_history {
    margin: 16px 0;
    color: #999
}

.ticket_booking_history div {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

.hint i {
    position: absolute;
    width: 20px;
    height: 21px;
    top: 0;
    background: url("../../images/css_sprites.png") -175px -152px no-repeat;
    background-image: -webkit-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -moz-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -ms-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x);
    background-image: -o-image-set(url("../../images/css_sprites.png") 1x, url("../../images/css_sprites@2x.png") 2x)
}

.hint span {
    font-size: 14px;
    margin: 2px 0 25px 30px;
    display: inline-block;
    color: #666
}

.guide a {
    font-size: 14px;
    color: #13aae5;
    font-weight: bold;
    margin-right: 20px
}

.query_quest {
    height: 97px
}

.query_quest .btn_search {
    display: inline-block;
    width: 215px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #e60020;
    border: 0;
    color: #fff;
    font-size: 18px;
    right: 0;
    bottom: 38px
}

.order_inquiry_center {
    height: 50px;
    margin: 16px 0
}

.order_inquiry_center > div {
    width: 302.66px;
    margin-left: 20px;
    float: left
}

.order_inquiry_center div:first-child {
    margin-left: 0
}

.send_code {
    padding-right: 90px
}

.order_inquiry .lg_getCode {
    color: #13aae5;
    font-weight: bold;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
    height: 40%;
    padding: 0;
    border: 0
}

.order_search {
    margin-top: 9px
}

.order_search a:hover {
    text-decoration: underline
}

.order_inquiry_center .getCode_btn, .order_inquiry_center .verifyCode_div {
    height: 46px;
    top: 2px;
    right: 2px;
    background: transparent;
    border: 0
}

#flexslider_activity li {
    margin-right: 10px;
    display: inline-block
}

.search-interchange {
    float: left;
    width: 22px;
    height: 50px
}

.search-interchange .interchange {
    display: block;
    height: 50px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAR5JREFUWEftl+0RgjAMhsMmsomZRJlEnUSd5HUT2UQvXrmLbaEBL8Uf8LPpx0PSpG8aWvlrVj6fZgEA2AkwM/c58JI9t8YMEDZ/EpEc3jHzI94QwCuMXZj5bPHuHIAjEV3DpgJw0wcA0HYxmSA8AUwQ3gBFCC8AuR97FaLRcHgBdEQkGXMqQbgByCUFIJmgIZLL6wogfx9B9Mzc6uxxB1AQh5CaX+lbBWCqIG0Amwc2D/yfB0LlkqJx16Iieu9LeiCxj9WCxAMARPV8pJcWFTUBssqmGkCo3QlE0IJWSbY8BEOsMhpPiwy/O1AQmoO5DsBIOGS4HsAIRF2ADEQbd0eqcZHpid1cB6bEQ6n1Ktl/as0sbdaSOea3YMnmljVv2u04MIYp+G4AAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    transform: rotate(90deg);
    cursor: pointer
}

@media screen and (max-width: 768px) {
    * {
        margin: 0;
        padding: 0
    }

    .bgcardpage:before, .bgcardpage:after {
        display: none
    }

    #header-box .header {
        padding: 15px 10px;
        box-sizing: border-box;
        height: 90px
    }

    .search-btn {
        height: auto;
        text-align: center
    }

    .search-btn a {
        margin-bottom: 10px
    }

    #header-box .logo {
        width: 215px
    }

    #main-stage .aside {
        height: 320px
    }

    .menu_icon_zone {
        border: 0;
        position: static;
        width: calc(100% - 225px);
        margin: 8px 0
    }

    .menu_icon_zone .login-bar {
        float: right;
        font-size: .9rem;
        margin: 8px 0
    }

    .menu_icon_zone .login-bar a {
        display: inline-block;
        padding: 0 8px
    }

    .menu_icon_zone .login-bar a.loginLink {
        border-right: 1px solid #e1e1e1;
        color: #de001a
    }

    .menu_icon_zone .login-bar a.registerLink {
        color: #028bcf
    }

    .menu_icon {
        float: right;
        position: static;
        height: 22px;
        width: 22px;
        margin-top: 5px
    }

    .menu_icon:after, .menu_icon:before {
        display: none
    }

    .menu_icon span {
        background: url("../../images/icon-meun.png") center no-repeat;
        position: static;
        height: 22px;
        width: 22px;
        background-size: 100%
    }

    .menu_icon_m, .menu_icon:before, .menu_icon:after {
        background: #09f
    }

    .content {
        background: #f3f5f7
    }

    .search-zone {
        width: 92%;
        top: -40px;
        position: relative !important;
        box-shadow: none;
        left: 0;
        z-index: 2
    }

    .search-content {
        width: 100%
    }

    #navmenu .nav-menu-bar {
        height: auto
    }

    .search-content {
        display: none
    }

    .search-content-phone {
        display: block
    }

    .search-box-item {
        padding: 0 20px;
        text-align: left;
        border-bottom: 1px solid #ececec;
        background: #fff
    }

    .search-box-item.current > .search-box-tab {
        color: #2e8bd5
    }

    .box-theme {
        width: 100%;
        border: 1px solid #cdcbcb;
        height: 52px;
        margin-bottom: 15px;
        box-sizing: border-box
    }

    .box-theme input.xinput-city, .box-theme input.xinput-promotion {
        line-height: 30px
    }

    .box-date {
        width: 100%
    }

    .box-date:first-child .date-txt {
        border: 0
    }

    .close-icon input.xinput-city {
        line-height: 36px
    }

    .search-div input {
        margin-left: 0
    }

    .search-box-content {
        padding: 0
    }

    .close-icon:after {
        top: 25px
    }

    .search-icon:after {
        top: 30px;
        right: 14px
    }

    .search-date:after {
        top: 20px;
        right: 4px
    }

    .order_inquiry_center > div {
        margin-left: 0;
        margin-top: 0
    }

    .lg_getCode {
        padding: 5px 20px
    }

    .num_people {
        width: 100% !important;
        max-width: 476px;
        box-sizing: border-box;
        right: 0
    }

    .div_size div {
        width: 125px
    }

    .nav_ipt_search > div {
        width: 100%;
        text-align: c
    }

    .order_inquiry_bottom .order_search .hint span {
        margin-bottom: 0
    }

    .order_inquiry_bottom .order_search .hint i {
        top: 13px
    }

    .search-div input.xinput-date {
        width: 100%
    }

    .query_quest {
        text-align: center;
        padding-top: 16px
    }

    .query_quest .btn_search {
        position: static
    }

    .searchBtn {
        overflow: hidden;
        width: 100%;
        float: none;
        margin-top: 10px
    }

    .searchBtn .search-btn {
        position: static;
        text-align: center
    }

    .search-promotion .search-div {
        display: inline-block;
        width: auto;
        float: left
    }

    .search-promotion {
        float: none;
        width: 100%;
        clear: both
    }

    .search-promotion .search-div .inputL {
        width: auto;
        display: inline;
        margin-right: 10px;
        color: #000
    }

    .promotion-input {
        width: 176px
    }

    .search-promotion .date-txt {
        margin-left: 2px
    }

    .search-history {
        line-height: 24px
    }

    .search-history a.btn {
        float: left
    }

    .history-keep {
        float: none;
        max-width: 100%;
        width: auto
    }

    .history-keep li {
        width: auto;
        background: none !important
    }

    .order_search {
        margin-top: 0;
        line-height: 20px
    }

    .guide a {
        display: block
    }

    .search-div.Lspace {
        width: 100%
    }

    .contentsevice {
        min-height: 246px;
        height: auto
    }

    .contentsevice h1 {
        margin-top: 0
    }

    .contentsevice .sevice-item ul {
        display: block
    }

    .contentsevice .sevice-item ul li {
        background: transparent;
        width: 100%;
        display: flex;
        overflow: hidden;
        height: 122px;
        margin-right: 0
    }

    .contentsevice .sevice-item ul li .item-tab {
        margin-right: 2.5%;
        width: 31.5%;
        height: 122px;
        float: left;
        background: #fff;
        flex: 1;
        min-width: 80px
    }

    .contentsevice .sevice-item ul li .item-tab:last-child {
        margin-right: 0
    }

    .contentsevice .sevice-item ul li .item-tab a {
        background-position: center -10px;
        height: 110px
    }

    .contentsevice .sevice-item ul li .item-tab span {
        height: 80px
    }

    .sevice-item::-webkit-scrollbar {
        display: none
    }

    .sevice-item::-webkit-scrollbar-thumb {
        display: none
    }

    .sevice-item::-webkit-scrollbar-track {
        display: none
    }

    .contentnews {
        border-color: transparent;
        background: #fff;
        margin: 0;
        padding: 15px 0;
        border: 0
    }

    .newsTitle {
        color: #3c3c3c;
        width: 14%;
        font-size: 14px;
        border: 0;
        background: #f3f5f7;
        padding: 3px 0;
        border-right: 1px solid #dadada
    }

    .contentnews .newsCon {
        height: 62px;
        background: #f3f5f7;
        padding: 0 10px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .contentnews .newsCon > * {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .contentnews .newsCon li {
        display: table-cell !important;
        vertical-align: middle;
        width: 100%;
        height: 62px
    }

    .contentnews .newsCon li + li {
        display: none !important
    }

    .contentnews .newsCon li h4 {
        display: block;
        height: 46px;
        overflow: hidden;
        margin: 8px 0
    }

    .contentnews .newsCon li .newsDetail {
        display: none
    }

    .contentnews .newsCon li h4 a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: normal;
        line-height: 22px;
        height: auto
    }

    .newsMore {
        line-height: 26px;
        background: #f3f5f7;
        height: 62px;
        width: 12%;
        padding: 12px 0;
        position: relative
    }

    .contentfav .favL {
        width: 100%
    }

    .favLH {
        padding-left: 0
    }

    .favH h2 {
        width: 100%;
        font-weight: 500;
        margin-top: 30px
    }

    .favLH li {
        line-height: 40px
    }

    .contentenjoy {
        background: #fff;
        margin: 0
    }

    .contentenjoy > h2 {
        margin-top: 0;
        padding-top: 42px;
        margin-bottom: 10px
    }

    .contentenjoy > h2 strong {
        font-weight: 500;
        font-size: 36px
    }

    .contentenjoy .enjoyCon {
        padding: 10px 20px
    }

    .contentsale {
        height: auto;
        margin-top: 0;
        padding-bottom: 30px
    }

    .contentsale .saleCon {
        height: auto
    }

    .contentsale .saleCon li {
        position: relative
    }

    .contentsale .saleCon li .sale.purple {
        width: 100%;
        height: auto
    }

    .contentsale .saleCon li .sale.pink {
        height: auto;
        width: 100%
    }

    .aside .flex-direction-nav {
        display: none
    }

    .search-box-item > .search-box-tab {
        position: relative
    }

    .search-box-item > .search-box-tab.current {
        color: #2e8bd5
    }

    .search-box-item > .search-box-tab i {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(../../images/css_sprites.png) no-repeat;
        background-position: -245px -200px;
        right: -10px;
        top: 18px
    }

    .search-box-item.current i.icon_down {
        background-position: -245px -213px
    }

    .search-radio {
        line-height: 20px;
        margin-bottom: 15px
    }

    .contentfav {
        padding: 0 10px;
        margin: 0;
        background: #fff
    }

    .contentfav .favR {
        width: 100%;
        margin: 0;
        padding: 0
    }

    #favLCon {
        height: auto
    }

    .contentfav .favLCon {
        height: auto
    }

    .contentfav .latest_preferential {
        margin: 15px 0
    }

    .contentenjoy #flexslider_activity li {
        margin-right: 0
    }

    .contentenjoy h2 strong, .contentsale h2 strong {
        font-size: 36px
    }

    .saleCon .sale {
        height: auto
    }

    .hover_qrcode {
        width: 100%;
        left: 0;
        max-width: 400px
    }

    .search-box-content .toggle_btn_countinue {
        margin: 0 auto;
        text-align: center;
        color: #00afff;
        margin-bottom: 5px;
        display: none
    }

    .search-box-content .toggle_btn_countinue span {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../../images/css_sprites.png);
        background-position: -143px -179px;
        background-repeat: no-repeat
    }

    .search-box-content .toggle_btn_countinue span.rotate {
        transition: transform .2s;
        transform: rotate(180deg);
        transform-origin: 65% 65%
    }

    .search-interchange {
        width: 16px;
        height: 15px;
        position: absolute;
        bottom: -16px;
        right: 0;
        z-index: 1
    }

    .search-interchange .interchange {
        height: 15px;
        transform: rotate(0);
        background-color: #fff;
        width: 10px
    }

    .favLCon.cabin .favTd.odd {
        background: 0
    }

    .favLCon.cabin .favTd:nth-child(odd) {
        background: #f4f5f7
    }

    .favLCon.cabin .favTd.odd, .favLCon.cabin .favTd.even {
        padding: 0 10px;
        width: 100%
    }

    .toggle_search {
        display: block
    }

    .aside .aside-sub-container {
        position: relative;
        width: calc(100vw - 30px);
        font-size: 16px;
        bottom: 70px;
        min-height: 150px;
        left: auto;
        transform: translateY(0)
    }
}

.newsTitle-wap, .contentsevice-wap {
    display: none
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .aside {
        overflow: hidden
    }

    .aside .aside-sub-container {
        left: 960px;
        transform: translateX(-80%)
    }

    .search-content {
        max-width: 100%
    }

    .search-zone {
        left: 0
    }

    .box-theme {
        max-width: 48.5%
    }

    .contentsevice .sevice-item ul li .item-tab {
        margin-right: 20px
    }

    .contentsevice .sevice-item ul li:last-child .item-tab:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .newsTitle {
        display: none
    }

    .newsTitle-wap {
        display: inline-block;
        padding: 12px 0;
        height: 62px;
        line-height: 20px;
        border: 0;
        position: relative
    }

    .newsTitle-wap span {
        display: block;
        height: 100%;
        line-height: 38px;
        margin: 0 auto;
        text-align: center;
        width: 40px
    }

    .newsTitle-wap span:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 36px;
        background: #c4c4c4;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px
    }

    .newsMore a {
        background: 0;
        display: block;
        white-space: normal;
        line-height: 38px;
        text-align: center;
        width: 40px;
        margin: 0 auto;
        font-size: 14px
    }

    .newsMore a span {
        display: none
    }

    .newsMore a:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 36px;
        background: #c4c4c4;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -18px
    }

    .contentsevice {
        display: none
    }

    .contentsevice-wap {
        display: block;
        padding: 0 20px;
        top: 0
    }

    .contentsevice-wap .sevice-item .flex-direction-nav {
        text-align: center;
        height: 0
    }

    .contentsevice-wap .sevice-item .flex-direction-nav li {
        height: 0
    }

    #flexService {
        position: relative
    }

    #flexService .flex-prev {
        position: absolute;
        left: -26px;
        top: 0;
        height: 105px;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        opacity: 1;
        z-index: 9
    }

    #flexService .flex-next {
        position: absolute;
        right: -26px;
        top: 0;
        height: 105px;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        opacity: 1;
        z-index: 9
    }

    #flexService .flex-control-paging {
        position: static;
        display: block;
        margin-top: 10px
    }

    #flexService .flex-control-paging li a {
        width: 10px;
        height: 10px;
        border-radius: 20px;
        border: 1px solid #000
    }

    #flexService .flex-control-paging li a.flex-active {
        background: #000
    }

    #flexslider_activity .flex-direction-nav {
        display: none
    }

    .bgcardpage .aside {
        width: 100%;
        margin: 0;
        min-width: 320px
    }

    .flexslider .slides > li {
        overflow: hidden
    }

    .flex-container .flexslider .slides > li img {
        max-width: 1920px !important;
        width: auto;
        position: relative;
        transform: translateX(-260px);
        height: 320px
    }

    #flexslider_id .flex-control-nav {
        right: 50%;
        transform: translateX(50%);
        bottom: 50px
    }

    .enjoyCon .enjoy {
        float: none;
        margin: 0 auto !important
    }

    #flexslider_activity .flex-control-nav {
        display: block;
        right: 50%;
        transform: translateX(50%);
        bottom: 60px
    }

    .contentenjoy ol li, .contentsale ol li {
        width: 15px;
        height: 15px;
        background: 0
    }

    .favLCon .favTd {
        width: 100%;
        padding: 0 10px !important
    }

    .contentsevice h1, .latest_preferential h2, .contentenjoy h2 strong, .contentsale h2 strong {
        font-size: 26px
    }
}

@media screen and (max-width: 320px) {
    .div_size div {
        width: 110px
    }
}
