@keyframes shake-rotate {
    2% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    4% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    6% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    8% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    10% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    12% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    14% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    16% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    18% {
        transform: translate(0, 0) rotate(.5deg)
    }
    20% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    22% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    24% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    26% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    28% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    30% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    32% {
        transform: translate(0, 0) rotate(-.5deg)
    }
    34% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    36% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    38% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    40% {
        transform: translate(0, 0) rotate(.5deg)
    }
    42% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    44% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    46% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    48% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    50% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    52% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    54% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    56% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    58% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    60% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    62% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    64% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    66% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    68% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    70% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    72% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    74% {
        transform: translate(0, 0) rotate(-.5deg)
    }
    76% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    78% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    80% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    82% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    84% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    86% {
        transform: translate(0, 0) rotate(-2.5deg)
    }
    88% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    90% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    92% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    94% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    96% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    98% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    0%,100% {
        transform: translate(0, 0) rotate(0deg)
    }
}
.add_shake {
    animation-name: shake-rotate;
    animation-duration: 1500ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.layout_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: #ff8830;
    display: block;
}
.layout_loading_block {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 999;
    display: block;
    background: none;
}
.layout_loading_item,
.layout_loading_item:after {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.layout_loading_icon_base64 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 51px;
    margin-top: -25px;
    margin-left: -21px;
}
.main_body {background-color: #f8f8f5;}
.main_inner_view {margin-top: 55px;}
.mixPageStyle {position: relative;overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    }
.mixPageViewAbsolute {position: absolute;
    left: 0px;
    top: 56px;
    z-index: 2;
    width: 100%;
    background-color: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.header {
    position: fixed;
    margin: 0 auto;
    text-align: left;
    background: #ff8830;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 3;
    will-change: transform;
}
.pub_items,.nav_items:after {
    background: url('../../lite/images/pub/lite_items.png?x=5') no-repeat;
    background-size: 227px;
}
.pub_item_menu_more {
    width: 100px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    float: right;
    font-size: 16px;
}

.menu-icon-pub {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    float: left;
    top: 16px;
    left: 10px;
}
.menu-icon {
    background-position: -134px -45px;
}
.menu-back {
    background-position: -134px -141px;
}
.menu-back-black {
    background-position: -134px -183px;
}
.menu-back-home {
    float: left;
    display: block;
    width: 48px;
    height: 56px;
    margin-left: 12px;
    background: url("../../lite/images/icons/G-Logo-128.png") center no-repeat;
    background-size: 24px;
}
.menu-title {color: white;margin-left: 36px;font-size: 20px;float: left;}
.menu-name {
    width: 80px;
    height: 24px;
    float: left;
    margin-top: 16px;
    margin-left: 36px;
    background-position: 0px 1px;
}
.menu_right_fix {float: right;height: 56px;width: 52px;}
.menu-icon-search {
    margin: 18px auto;
    width: 20px;
    height: 20px;
    background-position: -135px -94px;
}
.menu-icon-camera {
    margin: 18px auto;
    width: 22px;
    height: 20px;
    background-position: -135px -236px;
}
.menu-icon-msg {
    margin: 18px auto;
    width: 22px;
    height: 20px;
    background-position: -133px 2px;
}
.menu-icon-add-to {
    margin: 18px auto;
    width: 22px;
    height: 20px;
    background: url('../../lite/images/icons/guider_icons.png?x=1') no-repeat;
    background-size: 80px;
    background-position: 4px -238px;
}
.menu-icon-undefined, .menu-icon-android {
    margin: 18px auto;
    width: 22px;
    height: 20px;
    background: url('../../lite/images/icons/guider_icons.png?x=1') no-repeat;
    background-size: 80px;
    background-position: 4px -153px;
}
.menu-icon-true,.menu-icon-mac {
    margin: 18px auto;
    width: 22px;
    height: 20px;
    background: url('../../lite/images/icons/guider_icons.png?x=1') no-repeat;
    background-size: 80px;
    background-position: 4px -76px;
}

.header span {
    display: inline-block;
    vertical-align: top;
    line-height: 55px;
    padding-left: 25px;
}

#menu {
    width: 280px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FAFAFA;
    /*border-right: 1px solid #e0e0e0;*/
    will-change: transform;
    overflow-y: auto;
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px);
    transition: 200ms all ease-in;
    z-index: 11;
    will-change: transform;
}

#menu.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#menu-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.21);
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    will-change: transform;
}



#menu .homepage {
    /*border-bottom: 0;*/
}

#menu .homepage span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 10px;
}

#menu .homepage:hover {
    text-decoration: none;
}

#menu li:last-of-type {
    margin-top: 20px;
    padding-left: 20px;
}

#menu .info span {
    display: inline-block;
    margin-bottom: 10px;
}

#menu .info {
    padding-top: 25px;
    padding-left: 25px;
}

#menu .info-offline {
    padding-top: 0;
}
#menu ul {padding-left: 0px}

#menu li p {
    position: absolute;
    left: 20px;
}

#menu li p {
    bottom: 0;
}

#menu a:hover,
#menu a:focus {
}

#menu-overlay.visible {
    visibility: visible;
}
/**
 * search
 */
.pub_search_input {
    color: black;
    width: 62%;
    margin-left: 10px;
    padding: 8px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    -webkit-appearance: none !important;
    border:none;
    background-color: #e9e9e9;
    border-radius: 2px;
}
.pub_search_input:focus {outline: none;}
.header_search {
    background-color: white;
    z-index: 2;
    box-shadow: none;
}
.header_home {
    z-index: 2;
}
.header_top {
    z-index: 10;
}
#search_page .waterFallSearch {overflow: hidden;overflow-y: scroll;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.search_input_container .search_input_par ,
.search_input_container .search_input_par_cover{position: relative;display: inline;padding: 0px;margin: 0px;
height: auto;line-height: inherit;}
.search_input_container .search_input_par {display: none;}
.search_input_container .search_input_par_show {display: inline;}
.search_input_par_inhtml {display: inline !important;}
/**
 * nav
 */
.nav-top {background-color: #ff8830;height: 144px;
    background: url('../../lite/images/pub/lite_nav_top.jpg') no-repeat;
    background-size: 304px;
    background-position: left top;
}
.nav-img {
    width: 64px;
    height: 64px;
    margin: 16px;
    position: relative;
    border-radius: 64px;
    background: url('../../lite/images/pub/lite_items.png?x=5') no-repeat;
    background-size: 227px;
    background-position: 1px -32px;
}
.nav-img-con {position: relative;}
.nav-img-con::after {
    position: absolute;
    left: 16px;
    top: 16px;
    content: ' ';
    display: block;
    width: 64px;
    height: 64px;
    border: 2px white solid;
    border-radius: 64px;
    opacity: 0.6;
}
.nav-login-info {
    font-size: 20px;
    color: white;
    margin: 0px 0px 0px 16px;
    height: 30px;
    line-height: 30px;
}
.nav-login-item {color: white;
    height: 30px;
    font-size: 20px;
    line-height: 30px;}
.nav_items:after {
    width: 24px;
    height: 24px;
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    top: 14px;

}

.nav_items {
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
    text-align: left;
    padding-left: 76px;
    cursor: pointer;
    color: #424242;
    text-decoration: none;
}
.nav_items:focus,.nav_items:hover,.nav_active {
    background-color: #f4f4f4;
    color: #ff8830;
    text-decoration: none;
}
.nav_home:after {
    background-position: -170px 0px;
}
.nav_home:focus.nav_home:after,
.nav_home:hover.nav_home:after,
.nav_active.nav_home:after {
    background-position: -205px 0px;
}

.nav_category:after {
    background-position: -170px -46px;
}
.nav_category:focus.nav_category:after,
.nav_category:hover.nav_category:after,
.nav_active.nav_category:after {
    background-position: -205px -46px;
}
.nav_list {
    border-bottom:1px rgba(36, 36, 36, 0.2) solid;
}
.nav_search:after {
    background-position: -170px -94px;
}
.nav_search:focus.nav_search:after,
.nav_search:hover.nav_search:after,
.nav_active.nav_search:after {
    background-position: -205px -94px;
}
.nav_list:after {
    background-position: -170px -142px;
}
.nav_list:focus.nav_list:after,
.nav_list:hover.nav_list:after,
.nav_active.nav_list:after {
    background-position: -205px -142px;
}
.nav_message:after {
    background-position: -170px -191px;
}
.nav_message:focus.nav_message:after,
.nav_message:hover.nav_message:after,
.nav_active.nav_message:after {
    background-position: -205px -191px;
}
.nav_profile:after {
    background-position: -170px -238px;
}
.nav_profile:focus.nav_profile:after,
.nav_profile:hover.nav_profile:after,
.nav_active.nav_profile:after {
    background-position: -205px -238px;
}
.nav_dealer:after {
    background-position: -170px -332px;
}
.nav_dealer:focus.nav_dealer:after,
.nav_dealer:hover.nav_dealer:after,
.nav_active.nav_dealer:after {
    background-position: -205px -332px;
}
.nav_logout:after {
    background-position: -170px -285px;
}
.nav_logout:focus.nav_logout:after,
.nav_logout:hover.nav_logout:after,
.nav_active.nav_logout:after {
    background-position: -205px -285px;
}
.nav_cybermiles {
    border-top: 1px rgba(36, 36, 36, 0.2) solid;
}
.nav_cybermiles:after {
    background-position: -170px -380px;
}
.nav_cybermiles:focus.nav_cybermiles:after,
.nav_cybermiles:hover.nav_cybermiles:after,
.nav_active.nav_cybermiles:after {
    background-position: -205px -380px;
}

/**
 *
 */
.random_0 {background-color: #c2dcd3;}
.random_1 {background-color: #d7e0a6;}
.random_2 {background-color: #e5d7c5;}
.random_3 {background-color: #fec9be;}
.random_4 {background-color: #e1dfed;}
.random_5 {background-color: #d4e7dc;}
.random_6 {background-color: #e1d3dd;}
.random_7 {background-color: #e2c8b7;}
.random_8 {background-color: #d9d3d6;}
.random_9 {background-color: #faf3d2;}
.random_10 {background-color: #daedee;}
.random_11 {background-color: #d2dad8;}
/**
 * btn
 */
.orange-btn {
    border: none;
    background: none;
    background-color: #ff8830;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
    text-align: center;
    font-size: 22px;
    color: white;
    cursor: pointer;
}
.light-orange-btn {
    border: none;
    background: none;
    background-color: #ffe6d4;
    color: #ff8830 !important;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}
.grey-btn {
    border: none;
    background: none;
    background-color: #f4f4f4;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

/**
 * clear
 */
.clear_both {
    clear:both;
}
/**
 * location
 */
.loc_container {
    z-index: 1;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 6px;
    position: relative;
    border-bottom: 1px #dedede solid;
}
.loc_pre {float: left;}
#pac-input {
    box-sizing: content-box;
    float: left;
    padding: 12px 0 13px 0;
    border:none;
    width: 240px !important;
    height: 20px;
    line-height: 28px;
    background-color: transparent;
    cursor: pointer;
    margin-left: 0px;
    font-size: 14px;
}
#pac-input:focus {
    padding-left: 0px;
    margin-left: 10px;
}

/**
 * reset
 */
#item_container {padding-bottom: 0px;}
.item_main {}
/*.item_status_sold {background-size: 50px !important;}*/
.itemsSwitcher {text-align: center;}

/**
 * no network
 */
.no-network-banner {
    height: 48px;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1;
    bottom: 0px;
    font-size: 16px;
    display: none;
}
.no-network-con {
    width: 100%;
    height: 48px;
    color: white;
    line-height: 48px;
    position: relative;
    padding: 0px 25px;
}
.no-network-reload {
    position: absolute;
    width: 50px;
    height: 48px;
    color: #ff8830;
    top: 0px;
    right: 25px;
}

/**
 * landPage
 */
.landPage {width: 100%;height: 100%;position: relative;
    /* background: url("../images/active/background_landPage_2.png?x=1") no-repeat; */
    background-position: center;
    background-size: 100%;
    z-index: 5;
}
.landPage_pos {position: absolute;bottom: 70px;left: 0px;width: 100%;z-index: 1;}
.landPage .carousel-inner>.item>img {width: 100%;min-height: 100%;}
.landPage .carousel {height: 100%;overflow: hidden;}
.landPage .carousel-inner {height: 100%;}
.landPage .carousel-inner>.item {height: 100%;}
.landPage .carousel-inner>.item:before {content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,.7);opacity: .5;position: absolute;}
.landPage .carousel-indicators {bottom: 0;}
.landPage .carousel-caption{bottom: 220px;left: 5%;right: 5%;}
.landPage .carousel-caption h5{font-size: 22px;}
.landPage .carousel-caption p{font-size: 14px;margin-top: 16px;}
.landPage .carousel-indicators li{width: 10px;height: 10px;margin: 0 4px;}

.landPage .swiper-container {
    width: 100%;
    height: 100%;
}
.landPage .swiper-wrapper .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.landPage .swiper-wrapper .swiper-slide:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: .5;
    position: absolute;
}
.landPage .swiper-wrapper .page1{
    background-image: url('/lite/images/landpage/1.jpg')
}
.landPage .swiper-wrapper .page2{
    background-image: url('/lite/images/landpage/2.jpg')
}
.landPage .swiper-wrapper .page3{
    background-image: url('/lite/images/landpage/3.jpg')
}
.landPage .swiper-wrapper .page4{
    background-image: url('/lite/images/landpage/4.jpg')
}
.landPage .swiper-wrapper .page5{
    background-image: url('/lite/images/landpage/5.jpg')
}
.landPage .swiper-wrapper .page6{
    background-image: url('/lite/images/landpage/6.jpg')
}
.landPage .caption{bottom: 220px;left: 5%;right: 5%;color: #fff;position: absolute;text-align: center;}
.landPage .caption h5{font-size: 22px;}
.landPage .caption p{font-size: 14px;margin-top: 16px;}
.swiper-pagination-bullet{border: 1px solid #fff;background: none;}
.landPage_active {
    width: 260px;
    height: 182px;
    position: absolute;
    bottom: 280px;
    left: 50%;
    margin-left: -130px;
    background: url("../images/active/pwa-banner-active@2x.png?x=1") no-repeat;
    background-size: 100%;
    background-position: center;
}
.landPage_logo {height: 46px;
    background: url("../images/active/logo_white@2x.png") no-repeat;
    background-size: 136px;
    background-position: center;
}
.landPage_desc {
    width: 300px;
    margin: 25px auto 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;}
.landPage_down {
    width: 263px;
    margin: 25px auto;
    text-align: center;
    height: 52px;
    line-height: 52px;
    color: white;
    font-size: 18px;
    border-radius: 100px;
    background-color: #ff8830;
}
.landPage_skip {
    width: 100%;
    height: 30px;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 2.1;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 6px;
}

.category_channels {
    background-color: #fff;
    margin-bottom: 0px;
    box-shadow: 0 1px 1px 0 #aaa;
}

.category_channels ul {
    margin: 0;
    padding: 0;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  display: -moz-box; /* Firefox 17- */  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  display: -moz-flex; /* Firefox 18+ */  display: -ms-flexbox; /* IE 10 */  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */;
    justify-content: space-around;
}

.category_channels li a {
    display: block;
    background: url(/lite/images/pub/category_channel4@2x.png) no-repeat;
    background-size: 225px 48px;
    padding: 50px 4px 0;
    width: 60px;
    margin: 10px 0;
    color: #666;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.category_channels .cate_for_sale a {
    background-position: 6px 0;
}
.category_channels .cate_services a {
    background-position: -54px 0;
}
.category_channels .cate_housing a {
    background-position: -110px 0;
}
.category_channels .cate_jobs a {
    background-position: -167px 0;
}
.search_input_category {
    color: black;
    text-transform: capitalize;
    font-size: 16px;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.search_input_list {
    top: 49px;
    left: 104px;
    position: absolute;
    width: 62%;
    display:none;
    color: black;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #f4f4f4;
    border-top: none;

}
.search_input_list_option {
    display: block;
    background-color: white;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
}


.search_input_list a, a:link {
    text-decoration: none;
    color: black;
}
.search_input_list a:hover, .search_input_list a:visited, .search_input_list a:active{
    text-decoration: none;
    color:black;
    background-color: #f4f4f4;
}

.keywordTitle {
    display: inline-block;
}
.keywordCategory {
    font-size: 13px;
    font-weight: lighter;
}

.keywordCategory::before {
    content: "in ";
}