h1 {
    font-size: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

p {
    font-size: 16px;
}

hr {
    margin-top: 10px;
}


/* Header - Logo and Nav --------------------------------------*/

.btn-sm {
    align-content: center;
    margin-top: 5px;
    width: 60px;
    height: 30px;
}

/* 为用户上传用户头像按钮调节大小 */
.btn-up {
    align-content: center;
    margin-top: 5px;
    width: 120px;
    height: 30px;
}

.header-wrapper {
    /* background-color: #035c9e; */
    width: 100%;
    height: auto;
}

.navbarDefault {
    border-bottom-color: #f39800;
    border-width: 3px;
}

.navbar-header {
    text-align: center;
}

.navbar-header img {
    height: 75px;
    width: auto;
}

@media(min-width: 768px) and (max-width: 1200px) {
    .navbar-header {
        margin-left: 35% !important;
    }
}

.site-nav {
    font-size: 17px;
    margin-top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* 小屏幕（平板，大于等于 768px） */

@media screen and (min-width: 768px) {
    .myNavigation {
        width: 400px;
    }
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media screen and (min-width: 992px) {
    .myNavigation {
        width: auto;
    }
}

.navbar-toggle {
    background-color: #57585c;
}

.icon-bar {
    color: black;
    border-color: black;
    background-color: black;
}

.header-wrapper .container {
    position: relative;
    min-height: 60px;
    /* height: auto !important; */
    /* height: 60px; */
}

.logo-container {
    padding: 19px 0;
}

.logo-container img {
    margin-right: 10px;
}

.lt-ie9 .logo-container {
    width: 450px;
}

.tag-line {
    color: #818a90;
    font-size: 12px;
    position: relative;
    top: 2px;
}

.logo-heading {
    color: #fff;
    font-weight: 600;
    display: inline;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.logo-heading a {
    color: #fff;
}

.logo-heading a:hover {
    color: #eaeaea;
}

.headerNavList {
    padding-top: 5%;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #337ab7;
}


/* Header - Ad ---------------------------------------------------------------------------------------------------*/

.ad-area-wrapper {
    background-size: 100%;
    /* padding-top: 10%; */
    /* min-height: 279px; */
    height: auto !important;
    /* height: 279px; */
}

.ad-area-wrapper .search-area {
    padding: 150px 0;
}

/* advance search bar*/

@media screen and (min-width: 991px) {
    .sidebar_button {
        display: none !important;
    }
}


/* #advanceSearchBar {
	width: 70%;
	background-color: #fff;
} */

.sidebar_button {
    position: fixed;
    right: 0;
    height: 100%;
    top: 180px;
}

.sidebar_button_icon {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.sidebar_button_icon .sidebar_button_icon_bar {
    background-color: #333;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 2px;
}

.advanceSearch {
    position: fixed;
    right: 0;
    height: 100%;
    top: 180px;
}

.advanceSearchLabel {
    padding-left: 0;
    padding-top: 10px;
}

.advanceSearchHidden {
    display: none;
}

.col_nav_search {
    padding-top: -10px;
}

.navCheckbox,
.navRadio {
    /* position: relative;
	padding-left: 32px; */
    margin-bottom: 12px;
    font-size: 14px;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
    display: inline-block;
    margin-right: 25px;
}

.col_nav_search>radio,
.col_nav_search>checkbox {
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.itemDisplay {
    /* padding: 5px; */
    position: relative;
    text-align: center;
    min-height: 270px;
    transition: background-color 0.2s linear;
}

.list-image {
    width: 100%;
    height: 150px;
    display: flex;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.itemDisplay_text_left {
    text-align: left;
}

.itemDisplay>.title {
    text-align: left;
    margin-left: 8px;
    /* height: 55px; */
    width: 90%;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.img-responsive {
    padding: 3px 3px 3px 3px;
    overflow: hidden;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.itemDisplay:hover {
    background-color: #f3f3f3;
}

.itemDisplay_text_align {
    margin-left: 8px;
    text-align: left;
}

.tag_custom {
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
    height: 57px;
}

.tag_custom_single {
    font-size: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border: 0.05em solid #f39800;
    /* background-color: white; */
    color: #f39800;
}

.custom_address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.custom_icon {
    width: 23px;
    padding-bottom: 3px;
}

.space {
    margin-right: 4px;
    display: inline-block;
    padding: .5em 0.2em;
}

.img-defult {
    position: relative;
}

.showprice {
    background: #ffb840;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 5%;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    left: 2%;
}

.showprice span {
    margin-top: 14px;
    display: block;
}

@media screen and (max-width: 500px) {
    .showprice {
        right: 2%;
    }
    .itemDisplay_text_align {
        text-align: left;
    }
}

@media screen and (min-width: 500px) {
    .showprice {
        right: 20%;
    }
    .itemDisplay_text_align {
        text-align: left;
    }
}


/* 小屏幕（平板，大于等于 768px） */

@media screen and (min-width: 768px) {
    .showprice {
        right: 5%;
    }
    .itemDisplay_text_align {
        text-align: left;
    }
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media screen and (min-width: 992px) {
    .showprice {
        right: 5%;
    }
    .itemDisplay_text_align {
        text-align: left;
    }
}


/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media screen and (min-width: 1200px) {
    .showprice {
        right: 5%;
    }
    .itemDisplay_text_align {
        text-align: left;
    }
}


/*item details*/

.itemDetailSubTitle {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.itemDetailSubTitle>a {
    padding: 10px 10px;
    letter-spacing: 1px;
}

.itemDisplayContent {
    text-align: center;
}

.itemDisplayContent_p {
    margin-top: 10px;
}

.itemDisplay_icon {
    margin-top: 10px;
    width: 45px;
    /* margin-left: 50%; */
}

.itemDisplay_content_div {
    padding-top: 50px;
    padding-bottom: 50px;
}

.itemDisplay_content_div>p {
    letter-spacing: 1px;
}

.page-content {
    margin-top: 10px;
}

.block {
    /* background: #f39800; */
    font-weight: 400;
    margin-bottom: 0;
    padding: 12px;
    text-align: center;
    background: #f5f5f6;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

.customSlide {
    margin: 0 0 0;
}

.imgbox {
    border: 2px solid #29292c;
    background-color: #29292c;
}

.defult_border>li {
    border: 2px solid #fff;
}


/* rentingDetails */

.list-price {
    padding-right: 5px;
    text-align: right;
    color: darkorange;
    font-size: 18px;
}

.tab-content>.tab-pane {
    min-height: 300px;
}


/*custom div margin*/

.custom_margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom_datepicker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}


/* body */

@media screen and (max-width: 991px) {
    .demo-test {
        display: none;
    }
}


/*custom flexslider*/

.imgbox>.flexslider-container>#slider_s {
    margin: 0 0 0;
    border: 0px solid #eee;
    border-radius: 0px;
}

.imgbox>.flexslider-container>#carousel_s {
    margin: 0 0 0;
    border: 2px solid #29292c;
    background: inherit;
}

#carousel_s>.flex-viewport>.slides>li {
    border: 2px solid #fff;
}

.imgbox>.flexslider-container>.flexslider>.flex-direction-nav a{
    height: 60px !important;
}

/**Default  google AutoComplete css***/

.pac-container {
    background-color: #FFF;
    z-index: 10000 !important;
    position: fixed;
    display: inline-block;
}


/***custom  modal  z-index important**/

.modal {
    z-index: 10000 !important;
}

.modal-backdrop {
    z-index: 10;
}

.loginTabModel {
    height: 70px;
    border-right: 1px solid #D8D8D8;
    padding: 22px;
    text-align: center;
    color: black;
    font-size: 20px;
    border-top-left-radius: 5px;
    transition: background 0.5s;
}

.registerTabModel {
    height: 70px;
    padding: 22px;
    text-align: center;
    color: black;
    font-size: 20px;
    border-top-right-radius: 5px
}

.loginTabModel:hover {
    text-decoration: none;
    background: #f39800;
    color: white;
}

.registerTabModel:hover {
    text-decoration: none;
    background: #f39800;
    color: white;
}

.loginTabModel:link {
    text-decoration: none;
}

.loginTabModel:visited {
    text-decoration: none;
    background: #f39800;
}

.loginTabModel:active {
    text-decoration: none;
}

.registerTabModel:link {
    text-decoration: none;
}

.registerTabModel:visited {
    text-decoration: none;
    background: #f39800;
}

.registerTabModel:active {
    text-decoration: none;
}

.showBtnLine {
    border: none;
    font-size: 16px;
}

.showBtnLine:hover {
    border-bottom: 3px solid #f39800;
}

.userLeftList {
    margin-top: 10px;
    margin-left: 20px;
}

.userRightList {
    border-bottom: 3px solid #FFFFFF;
    padding: 10px;
}

.settingLink {
    margin-top: 20px;
}

.spinner {
    margin: 20px 0px;
    text-align: center;
}

.spinner>div {
    width: 16px;
    height: 16px;
    background-color: #055C9E;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.Advance_spinner {
    width: 35px;
    height: 20px;
    text-align: center;
    font-size: 7px;
    margin: auto;
}

.Advance_spinner>div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.Advance_spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.Advance_spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.Advance_spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.Advance_spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

.content {
    min-height: 500px;
}

.spinner_rentSubmitBtn {
    margin: auto;
    max-width: 105px;
    text-align: center;
    position: relative;
}

.spinner_rentSubmitBtn>div {
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner_rentSubmitBtn .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner_rentSubmitBtn .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/****flexSlider*****/

.default_slider {
    width: 100%;
    max-height: 400px;
    background-color: #0458bf;
    overflow: hidden;
}

.slider_img {
    min-height: 376px;
}

#content {
    padding: 5px 10px 5px 0;
}

.list-group {
    text-align: left;
    margin-bottom: 1px;
}

.list-group>img {
    background-color: rgba(0, 0, 0, 0.075);
    position: relative;
}

.list-group i {
    margin-right: 5px;
}

.list-group img {
    margin: 0 auto;
}

.list-tag {
    display: inline-block;
    border-radius: 3px;
    border: 0.05em solid #2262ad;
    color: #2262ad;
    margin-right: 3px;
    margin-bottom: 5px;
    padding: 0 2px;
}

.list-tag:last-child {
    margin-right: 0;
}

.breadcrumb-bar {
    list-style: none;
    padding: 0;
}

.breadcrumb-bar span {
    cursor: pointer;
}

.breadcrumb-bar>span+span:before {
    content: " > ";
    padding: 0 5px;
    color: #ccc;
}

.advanced-search {
    border: solid 1px #2262ad;
    /* background-image: url("/images/syd.jpg"); */
    background-repeat:no-repeat;
    background-size:cover; 
    background-blend-mode: overlay;
    /* background-color: #e6e6e6; */
    padding: 10px 15px;
    border-radius: 5px;
    color:#000000;
}

.list-view {
    margin: 12px 10px 5px 0;
}

.list-item>.itemDisplay {
    max-height: 170px;
    float: none;
    width: 100%;
    /* margin: 5px; */
    margin-bottom: 5px !important;
    display: flex;
}

.list-item>.itemDisplay>div:first-child {
    width: 35%;
    margin-right: 2%;
}

.list-item>.itemDisplay>div:last-child {
    width: 58%;
}



.input[type='range'] {
    -webkit-appearance: none !important;
    border-radius: 3px;
    box-shadow: inset 0 0 5px #333;
    background-color: #f5f5f5;
    display: block;
    height: 10px;
    position: inherit;
    width: 100%;
    margin-top: 10px;
}

input[type='range']:focus {
    border: none;
}

.affix {
    top: 10px;
    width: 285px;
    bottom: 500px
}

@media(max-width: 1200px) {
    .affix {
        width: 235px;
    }
}

.advanceSearchBar {
    padding: 25px 0 0 15px;
    width: 300px;
}

.btn-load-more {
/*    display: inline-block;*/
    margin-top: 25px;
    margin-bottom: 50px;
}


/* update page delete image */

.imgContainer {
    position: relative;
}

.updateImage {
    padding: 4%;
    opacity: 1;
    display: block;
    width: 160px;
    height: 160px;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.imgContainer:hover .updateImage {
    opacity: 0.6;
}

.imgContainer:hover .middle {
    opacity: 1;
}

.imageSize {
    width: 50px;
    height: 50px;
}

.my-drop-zone {
    border: 1px dashed #aaa;
}

.nv-file-over {
    border: 1px dashed red;
}


/* Default class applied to drop zones on over */

.another-file-over-class {
    border: 1px dashed green;
}

.dropZone {
    min-height: 250px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
    /* color: #aaa; */
}

.dropZone h3 {
    margin-top: 100px;
    color: #aaa;
}

.drop-zone-outsite {
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
}

.imageGroupContainer {
    position: relative;
}

.imageGroup {
    padding-bottom: 20px;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
}

.imageGroupContainer:hover .imageGroup {
    opacity: 0.6;
}

.imageGroupContainer:hover .middle {
    opacity: 1;
}

.main-content {
    padding: 20px;
    padding-bottom: 0;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 25px;
}

.progress {
    background-color: #ddd;
}

.register-step {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.register-step>.register-step-point {
    padding: 0;
    position: relative;
}

.register-step>.register-step-point .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.register-step>.register-step-point>.register-step-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ddd;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.register-step>.register-step-point>.register-step-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffb840;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.register-step>.register-step-point>.progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    width: 100%;
    left: 50%;
}

.register-step>.register-step-point>.progress>.progress-bar {
    width: 0;
    box-shadow: none;
    background: #fbe8aa;
}

.register-step>.register-step-point.complete>.progress>.progress-bar {
    width: 100%;
}

.register-step>.register-step-point:first-child.active>.progress>.progress-bar {
    width: 0;
}

.register-step>.register-step-point:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.register-step>.register-step-point.complete>.register-step-dot {
    background-color: #fbe8aa;
}

.register-step>.register-step-point.active>.register-step-dot {
    background-color: #fbe8aa;
}

.register-step>.register-step-point:first-child>.progress {
    left: 50%;
    width: 100%;
}

.register-step>.register-step-point:last-child>.progress {
    width: 0;
    background-color: #ddd;
}

.register-step>.register-step-point.disabled a.register-step-dot {
    pointer-events: none;
}

.register-step-point>div {
    text-align: center;
}

.register-form {
    margin: 4%;
    margin-bottom: 0;
}

.form-group>label, .form-group>span>label{
    margin-top: 5px;
}

.form-action {
    margin-top: 50px;
}

.form-action>button:first-child {
    margin-left: 10px;
}

.register-form-field {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.info-table {
    width: 100%;
}

.info-table-row {
    width: auto;
    clear: both;
    margin: 3%;
    border-bottom: 1px solid #e0e0e0;
    line-height: 23px;
}

.info-table-row:nth-child(9) {
    border-bottom: none;
}

.info-table-row label {
    width: 29%;
    vertical-align: top;
}

.info-table-row .info-table-data {
    width: 69%;
    display: inline-block;
}

.info-table-price {
    font-size: 28px;
    color: #ffb840;
    font-weight: 600;
    margin-right: 5%;
    margin-top: 22px;
}

.center-block {
    text-align: center;
}

.action-bar {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 14px;
}

.action-bar a {
    margin-left: 10px;
}

.ad-content .row {
    margin-top: 1%;
    margin-bottom: 1%;
}

.panel-icon {
    text-align: center;
    width: 10%;
    margin-right: 10px;
    vertical-align: middle;
}

.panel-body>div>div {
    display: inline-block;
}

.panel>div>div>div:last-child {
    vertical-align: middle;
    width: 85%;
}

.panel-body>div {
    margin-bottom: 12px;
}


/*over write rz slider css*/

.rz-bubble {
    color: inherit !important;
}

.rz-pointer {
    background-color: #b1b1b1 !important;
}

.rz-pointer {
    width: 24px !important;
    height: 24px !important;
}

.rz-pointer:after {
    background-color: #ffb840 !important;
    top: 8px !important;
    left: 8.5px !important;
}

.rzslider .rz-selection {
    background: #ffb840 !important;
}

.rzslider .rz-bar-wrapper {
    padding-top: 0 !important;
    margin-top: -4px !important;
}


/* Third-party signin */


/* #box {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

    #box span {
        float: left;
        text-align: center;
        width: 33%;
    }

    #box .border {
        border-bottom: 1px solid lightgray;
        height: 10px;
    } */

body {
    font-family: 'Microsoft YaHei UI';
}

.city-pane {
    min-height: 40px !important;
    padding-top: 5px;
    padding-bottom: 10px;
}

.city-tabs>li>a {
    line-height: 0.8;
}

.checkbox-inline:first-child,
.radio-inline:first-child {
    margin-left: 10px;
}

.life-service-layer {
    height: 230px;
    /*background-color:lightgray;
	border:solid 1px red;*/
}

.life-service-block {
    position: absolute;
    z-index: 90;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: green;
    overflow: hidden;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: cadetblue;
    opacity: 0.5;
}

.life-service-block img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.life-service-inner-block {
    position: absolute;
    border: solid 1.8px white;
    width: 70%;
    height: 30%;
    top: 35%;
    left: 15%;
}

.life-service-inner-block div {
    font-size: 24px;
    position: relative;
    top: calc(50% - 17px);
    text-align: center;
    color: white;
    font-weight: 500;
}

.life-service-content {
    padding: 10px;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: #f3f3f3;
    z-index: 98;
    opacity: 0;
    transition: opacity;
    transition-duration: 0.3s;
}

.life-service-content:hover {
    opacity: 0.9;
}

.life-service-content p {
    font-weight: 700;
    font-size: 16px;
    padding-left: 10%;
    color: #57585c;
    border-left: solid 1.5px #57585c;
}

.form-control-lower-height {
    height: 30px;
    padding: 4px 6px;
}

.radio-inline,
.checkbox-inline {
    vertical-align: sub;
}

.limit-height {
    display: block;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis;
    overflow: hidden; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 1px;
    min-height: 31px;
}

.nav-tabs-left {
    border-bottom: 0;
}

.nav-tabs-left li {
    float: initial;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .nav-tabs-left li {
        float: left;
    }
}

.nav-tabs-left li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-color: #eee;
    border-radius: 0;
    transition: background-color linear 0.1s;
}

.nav-tabs-left li:first-child a {
    border-radius: 4px 4px 0 0;
}

.nav-tabs-left li:last-child a {
    border-radius: 0 0 4px 4px;
}

.nav-tabs-left>li.active>a,
.nav-tabs-left>li.active>a:hover,
.nav-tabs-left>li.active>a:focus {
    border-bottom-color: #dcdcdc !important;
}

.nav-tabs-left>li>a:hover,
.nav-tabs-left>li>a:focus {
    background-color: #f7f7f7 !important;
}

.nav-tabs-left>li.active>a {
    background-color: #f9f9f9 !important;
}

.user-info-tab>div {
    margin: 15px 0;
}

.user-info-tab table {
    margin-bottom: 0;
}

.user-info-tab>div:first-child {
    margin-top: 0;
}

#userTab2 table button {
    margin-bottom: 2px;
}

.rz-tick {
    position: absolute;
    top: -7px !important;
    left: 0;
    width: 5px !important;
    height: 10px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
    background: #ffb840 !important;
}

.rz-bar {
    background: #d6d6d6 !important;
}

.rzslider {
    margin-bottom: 30px !important;
}

.form-btn-width {
    width: 20%;
}

.imageGroup>div>canvas {
    background-color: #f3f3f3;
    border: 1px solid #c3c3c3;
    height: 150px;
    width: 90%;
    margin: 6px 0 0 6px;
}

@media(max-width:1200px) {
    .navbar-nav {
        margin-right: 14%;
        margin-top: 2%;
    }
}

@media(max-width:992px) {
    .navbar-nav {
        margin-right: 5%;
        margin-top: 2%;
    }
}

.mobile-user-info {
    margin-right: 0%;
    margin-top: 1%;
}
.mobile-user-info-login{
    margin-right: 10px;
    margin-top: 6px;
}

.mobile-user-info ul {
    min-width: 120px;
    background-color: #dedede;
}

.list-group:last-child {
    margin-bottom: 2px;
}

.network-bar {
    background-color: #2262ad;
    padding: 10px 0;
    margin-bottom: 25px;
}

.network-bar-list {
    list-style: none;
    padding-left: 2px;
}

.network-bar-list li {
    float: left;
    margin-right: 25px;
}

.network-bar-list li a {
    color: white;
}

.breadcrumb-bar {
    margin-top: 10px;
}

.btn-new-post {
    box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.8);
    -webkit-animation: shadowBtn 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: shadowBtn 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: shadowBtn 1.2s cubic-bezier(0, 0, 1, 1) 0s infinite;
    display: inline-block;
    margin-top: 15px;
    /*margin-right: 17px;*/
}

.btn-new-post:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

@-webkit-keyframes shadowBtn {
    to {
        box-shadow: 0 0 0 17px rgba(240, 173, 78, 0);
    }
}

@-moz-keyframes shadowBtn {
    to {
        box-shadow: 0 0 0 17px rgba(240, 173, 78, 0);
    }
}

@-ms-keyframes shadowBtn {
    to {
        box-shadow: 0 0 0 17px rgba(240, 173, 78, 0);
    }
}

@keyframes shadowBtn {
    to {
        box-shadow: 0 0 0 17px rgba(240, 173, 78, 0);
    }
}

.row h1 {
    display: inline-block;
}

.address-split>div:first-child {}

.address-split>div:nth-child(2) {}

.close-modal {
    cursor: pointer;
    /* color: #333232;
    border-radius: 50px;
    background: #FFC107;
    font-size: 24px;
    line-height: 0px;
    padding: 13px 6px 13px 6px; */
    position: absolute;
    /* top: -5px; */
    bottom: -50px;
    right: 43%;
    /* transition: color 0.1s linear; */
}

.close-modal:hover {
    text-decoration: none;
    color: red;
}

.input-group-addon {
    padding: 6px 8px!important;
}

.address-unit {
    display: initial;
    width: 40%;
    margin-left: 10px;
    padding: 6px 6px;
    margin-bottom: 5px;
}

#question {
    margin-top: 5px;
}

.form-action button {
    margin-bottom: 15px;
}

.address-tip {
    position: initial;
    font-size: 16px;
    opacity: 1;
    color: #4242de;
}

.form-checkbox label {
    margin-right: 20px;
}

.rz-pointer {
    transition: left 0.1s linear;
}

.rz-bar {
    transition: width 0.1s linear;
}

@media (min-width: 768px) {
    .nav-tabs-left {
        margin-top: 77px;
    }
}

.advanced-search .form-group {
    /* border-block-end: dashed 1px #000;
    margin-bottom: 0px;
    padding-bottom: 10px; */
}

.form-control:focus {
    border-color: #ffb840;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 184, 64, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 184, 64, 0.6);
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    box-shadow: 0px 0px 5px 1px rgba(255, 184, 64, 0.5);
}

.rz-pointer :focus {
    border: none;
}

@media (min-width: 992px) {
    .advanced-search .rzslider {
        margin-bottom: 0 !important;
    }
}
.find-pw {
    width: 60%;
    margin: 0 auto 40px;
    margin-top: 25px;
    background-color: #f3f3f3;
    padding: 10px 15px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .find-pw {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .find-pw {
        width: 100%;
    }
}

.find-pw-step>h3 {
    margin: 30px 0;
}

.find-pw-step>h4 {
    margin-bottom: 15px;
}

.find-pw-step {
    border-bottom: 1px solid #cecece;
    padding-bottom: 40px;
    margin-bottom: 5px;
}

.find-pw-step:last-child {
    border: none;
}

.advanceSearchBar .rz-tick-value {
    font-size: 11px;
    margin-bottom: 5px;
}

@media(max-width: 1200px) {
    .advanceSearchBar {
        width: 250px;
    }
    .advanceSearchBar .rz-tick-value {
        font-size: 10px;
    }
}

.new-slideBox .image-area li .photo-container {
    overflow: inherit!important;
}

.new-slideBox .container-icon-play {
    display: none !important;
}

.new-slideBox .image-area {
    cursor: initial;
}

.imgbox .flexslider-container:first-child {
    cursor: pointer;
}

.slides li {
    cursor: pointer;
}

.global-back-top {
    position: fixed;
    float: right;
    right: 15px;
    bottom: 15px;
    opacity: 0.5;
    transition: color 0.2s linear;
}

.global-back-top:hover {
    color: #ffb840;
    opacity: 0.9;
}

.container-pw .row {
    margin-bottom: 25px;
}

.advanceSearchBar .form-group {
    margin-bottom: 5px;
}

.nav>li>a>img {
    max-width: 45px;
}

@media(max-width:768px) {
    .container .breadcrumb-bar,
    .container .row,
    .container h1 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.wysiwyg-textarea {
    -ms-overflow-x: inherit !important;
    -ms-overflow-y: inherit !important;
}

.login {
    margin-top: 5%;
    background: #f3f3f3;
    padding: 40px 0px 50px 0px;
    margin-bottom: 5%;
    border-radius: 5px;
}

.register {
    margin-top: 5%;
    border: 1px solid rgba(240, 239, 239, 1);
    border-radius: 4px;
    /* background: #f3f3f3; */
    padding: 40px 0px 50px 0px;
    margin-bottom: 5%;
}

.splitLine {
    border-left: 2px solid #f0ad4e;
    height: 80%;
    width: 2px;
    position: absolute;
    margin-left: 50%;
    /* padding: 20px 0; */
    margin: 5% 0 0 50%;
}

.hiden-link {
    color: blue;
    font-size: 14px;
}

.list-icons>img {
    background: transparent;
}

.itemDisplay-divInLastchild {
    position: relative;
    width: 100%;
    padding-top: 35px;
}

@media screen and (max-width:700px) {
    .list-item .itemDisplay {
        max-height: 140px;
    }
    .list-image {
        height: 120px;
    }
    .itemDisplay-divInLastchild {
        padding-top: 26px;
    }
    .list-item>.itemDisplay>div:first-child {
        width: 50%;
        /* margin-right: 7%; */
        height: 120px;
    }
    .list-item>.itemDisplay>div:last-child {
        width: 70%;
        height: 120px;
    }
    .img-responsive {
        width: 100%;
        height: 120px;
    }
    #gridView {
        display: none;
    }
    #listView {
        display: none;
    }
    h4 {
        position: relative;
        font-size: 14px
    }
    .list-group {
        text-align: left;
        margin-bottom: 3px;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.app-logo {
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.app-logo>img {
    width: 100%;
}

.app-open-button {
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    right: 14%;
    height: 70%;
    top: 15%;
    background-color: #035c9e;
    padding: 0 15px;
}

.app-open-button div {
    position: relative;
    top: calc( 50% - 8px);
    line-height: 100%;
}

.app-delete {
    width: 10%;
    height: 100%;
    font-size: 24px;
    text-align: right;
    position: absolute;
    right: 2px;
    top: 2px;
    color: white
}
.btn-renting-button {
    background-color: white;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
}
.btn-renting-bottom-button {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}
.btn-renting-bottom-button:focus {
    outline:none;
}
.btn-renting-bottom-button:hover{
    background-color: #0080ff;
    color: white;
}
@media screen and (max-width: 1024px) {
    .phonesize {
        margin-top: 18%;
    }
    .imgsize {
        height:50px;
        width:300px;
    }
}
@media screen and (min-width: 1024px) {
    .imgsize {
        height:140px;
        width:1000px;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    .ads-margin{
        margin-top: 10px;
    }
}
.showAddress{
    display: block!important;
}

.suggestion{
    display: block;
    background: #fff;
    border:1px solid black;
    border-radius: 5px; 
    position: absolute; 
    z-index: 10;
    width: 100%;
}

.suggestion-list-item-ul{
    list-style-type: none;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    padding-top: 5px;
    width: 100%; 
    max-height: 250px;
    overflow: auto;
    margin-bottom: 0;
}
.suggestion-list-item{
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 5px;
    height: 30px;
}
.suggestion-list-item:hover{
    background: #eee;
    border-radius: 2px; 
}

.form-group .input-form{
    position: relative; 
    border: 1px solid #ccc; 
    border-radius:4px; 
    background: #fff;
    min-height: 38px; 
    min-width: 100%;
}
#addr-item-group .addr-item{
    margin:2px;
    height:30px;
    background:palegoldenrod;
    position:relative;
    display:inline-block;
    padding:5px 25px 0 10px;
    border-radius:5px;
}

.addr-item .close{
    position:absolute;
    right:0;
    padding:0 5px;
    transform:scaleX(1.4);
    color:#333;
    font-size:15px;
    font-weight:200;
    cursor:pointer;
}
.content-border{
    min-height: 333px;
    border: 1px solid #DDDDDD;
    padding: 10px;
    border-radius: 5px;
}
.custom-devided-line{
    height: 8px;
    background-color: white;
    margin-bottom: 50px;
    margin-top: 30px;
    margin-left: -10%;
    margin-right: -10%;
}
.post-title{
    margin-top: 22px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 30px;
}
.mobile-post-title{
    /* margin-top: 22px; */
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
/* Mobile */
@media (max-width:360px) {
    .list-item .itemDisplay {
        max-height: 100px;
    }
    .list-image {
        height: 100px;
    }
    .itemDisplay-divInLastchild {
        padding-top: 15px;
    }
    .list-item>.itemDisplay>div:first-child {
        width: 45%;
        margin-right: 2%;
        height: 100px;
    }
    .list-item>.itemDisplay>div:last-child {
        width: 70%;
        height: 100px;
    }
    .img-responsive {
        width: 100%;
        height: 100px;
    }
    #gridView {
        display: none;
    }
    #listView {
        display: none;
    }
    h4 {
        position: relative;
        font-size: 12px
    }
    .list-group {
        text-align: left;
        margin-bottom: 1px;
        font-size: 10px;
    }
    .mobile-location-top-margin{
        margin-top: 4px;
        font-size: 10px;
    }
    .mobile-price-top-margin{
        margin-top: 5px;
        font-size: 12px;
    }
    .price-range {
        display: flex;
    }
    .price-range input:first-child {
        margin-right: 5px;
    }
    .price-range input:last-child {
        margin-left: 5px;
    }
    .navbar-header{
        display: none;
    }
    .NavigationHeaderContainer {
        /* border-bottom: 3px solid #2262ad;
        margin: 0 auto;
        padding-bottom: 20px; */
    }
    div.scrollmenu {
        background-color: #ffffff;
        overflow: auto;
        white-space: nowrap;
        border-bottom: #eee 1px solid;
        width: 100%;
    }
    
    div.scrollmenu a {
        display: inline-block;
        color: #000000;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-size: 15px;
    }
    
    div.scrollmenu a:hover {
        background-color: #ffffff;
        color: orange;
    }
    .mobile-hide{
        display: none !important;
    }
    .mobile-right-margin{
        margin-right: 5px;
    }
    .mobile-left-margin{
        margin-left: 5px;
    }
    .mobile-top-margin{
        margin-top: 10px;
    }
    .mobile-pull-left{
        float: left !important;
        font-size: 20px;
        margin-top: 0px;
    }
    .mobile-google-ad{
        border: 1px solid #eee;
        max-height: 500px !important;
        /* min-height: 100px; */
        margin: 10px 0px 0px 0px;
        text-align: center;
    }
    .mobile-height{
        border: 1px solid #eee;
        height: 100px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobile-detail{
        margin-left: 6px;
        margin-right:6px; 
    }
    .mobile-hr{
        margin-left: 10px;
        margin-right: 10px;
    }
    .mobile-detail-post{
        height: 50px;
        width: 50px;
        position: fixed;
        bottom: 120px;
        right: 20px;
    }
    .global-back-top{
        position: fixed;
        float: right;
        right: 20px;
        bottom: 60px;
        opacity: 0.5;
        transition: color 0.2s linear;
    }
    .clearfix{
        zoom: 0.6;
    }
    .mobile-job-detail{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile-navi-center{    
        margin-top: 3.5%;
        display: inline-block;
    }
    .mobile-advance-search{
        margin-top: 100px;
    }

    .mobile-img-right-margin{
        margin-right: 3%;
    }
    .img-size{
        width: 16px;
        height: 14px;
    }
    .btn-load-more{
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .mobile-item-display{
        margin:0px !important;
        padding: 0px;

    }
    .mobile-location-one-line{
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-top: 3px;
    }
    .limit-height {
        display: block;
        /* white-space: nowrap; */
        /* text-overflow: ellipsis;
        overflow: hidden; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 1px;
        min-height: 20px;
    }
    .mobile-job-padding{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
    }
    .mobile-job-item{
        margin-top: 15px;
        display: flex;
        margin-left: 5px;
    }
    .mobile-list-group{
        text-align: left;
        margin-bottom: 3px;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.5em;
        height: 3.0em;
    }
    .mobile-margin-top{
        margin-top: 10px;
    }
    .mobile-title-height{
        height: 2.8em;
    }
    .mobile-busi-margin-top{
        margin-top: 13px;
    }
    .mobile-ser-margin-top{
        margin-top: 35px;
    }
    .mobile-item-cell{
        min-height: 110px !important;
        border-bottom: 1px solid #e6e6e6;
    }
    .mobile-ser-margin-top{
        margin-top: 25px;
    }
    .google-top-ad-margin-top{
        margin-top: 100px;
        margin-bottom:0%;
    }
    .mobile-new-post-margin-top{
        margin-top: 70px;
    }
    .mobile-page-background-color{
        background-color:#eee;
    }
    .mobile-label-scroll-img{
        color: white;
        font-size: 18px;
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        /* line-height: 1.5em;
        height: 3em; */
    }
    .mobile-without-border{
        background-color: #29292c;
        border: 0px solid #29292c;
    }
    .mobile-panel-body-gray-title{
        color: gray; 
        margin-bottom: 5px !important;
    }
    .mobile-panel-body-black-title{
        margin-bottom:5px !important;
    }
    .mobile-all-info{
        margin-bottom:2% !important;
        padding: 0px !important;
    }
    .mobile-panel-body-last-param{
        margin-bottom:0px !important;
    }
    .mobile-panel-heading{
        background-color: white !important;
        border-color: #eee !important;
        font-size: 18px;
        padding: 10px;
    }
    .mobile-state-notice{
        background-color:white;
        padding:10px 10px !important;
    }
    .mobile-panel-heading-first-child{
        color: orange !important;
        padding: 10px;
        font-size: 18px; 
        background-color: white !important;
        min-height:40px;
        border-color: #eee !important;
    }
    .mobile-common-margin-bottom{
        margin-bottom: 10px !important;
    }
    .mobile-job-cancel-btm-margin{
        margin-bottom: 0px !important;
    }
    .mobile-panel-default{
        border-color: #fff;
    }
    .taboola-style{
        background-color:white; 
        padding-top:10px;
        margin: 0px 5px;
    }
    .mobile-panel-heading-job-first-child{
        color: #000 !important;
        padding: 10px;
        font-size: 15px; 
        background-color: white !important;
        min-height:40px;
        border-color: #eee !important;
    }
    .mobile-job-title-lines{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .mobile-dropdown-menu{
        background-color: #006ACF;
        border: 1px solid #006ACF;
        right: -10px !important;
    }
    .spinner {
        margin-top: 5px;
        margin-bottom: 60px;
        text-align: center;
    }
    .spinner>div {
        width: 10px;
        height: 10px;
        background-color: #006ACF;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }
    .mobile-advanced-search-btm-margin{
        margin-bottom: 5px;
    }
    .btn-renting-bottom-button:hover{
        background-color: #fff;
        color: #000;
    }
}
@media (min-width:361px) and (max-width: 768px) {
    .price-range {
        display: flex;
    }
    .price-range input:first-child {
        margin-right: 5px;
    }
    .price-range input:last-child {
        margin-left: 5px;
    }
    .navbar-header{
        display: none;
    }
    .NavigationHeaderContainer {
        /* border-bottom: 3px solid #2262ad;
        margin: 0 auto;
        padding-bottom: 20px; */
    }
    div.scrollmenu {
        background-color: #ffffff;
        overflow: auto;
        white-space: nowrap;
        border-bottom: #eee 1px solid;
        width: 100%;
    }
    div.scrollmenu::-webkit-scrollbar {
        /*隐藏滚轮*/
        display: none;
    }
    div.scrollmenu a {
        display: inline-block;
        color: #000000;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-size: 15px;
    }
    
    div.scrollmenu a:hover {
        background-color: #ffffff;
        color: orange;
    }
    .mobile-hide{
        display: none !important;
    }
    .mobile-right-margin{
        margin-right: 5px;
    }
    .mobile-left-margin{
        margin-left: 5px;
    }
    .mobile-top-margin{
        margin-top: 10px;
    }
    .mobile-pull-left{
        float: left !important;
        font-size: 18px;
        margin-top: 0px;
    }
    .mobile-google-ad{
        border: 1px solid #eee;
        max-height: 500px !important;
        /* min-height: 100px; */
        margin: 10px 0px 0px 0px;
        text-align: center;
    }
    .mobile-height{
        border: 1px solid #eee;
        height: 100px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobile-detail{
        margin-left: 6px;
        margin-right:6px; 
    }
    .mobile-hr{
        margin-left: 10px;
        margin-right: 10px;
    }
    .mobile-detail-post{
        height: 60px;
        width: 60px;
        position: fixed;
        bottom: 120px;
        right: 15px;
    }
    .global-back-top{
        position: fixed;
        float: right;
        right: 20px;
        bottom: 60px;
        opacity: 0.5;
        transition: color 0.2s linear;
    }
    .clearfix{
        zoom: 0.65;
    }
    .mobile-job-detail{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile-navi-center{    
        margin-top: 15px;
        display: inline-block;
    }
    .mobile-advance-search{
        margin-top: 100px;
    }
    .mobile-img-right-margin{
        margin-right: 3%;
    }
    .mobile-location-top-margin{
        margin-top: 4px;
        font-size: 13px;
    }
    .mobile-price-top-margin{
        margin-top: 3px;
        font-size: 14px;
    }
    .img-size{
        width: 20px;
        height: 17px;
    }
    .btn-load-more{
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .mobile-item-display{
        margin:0px !important;
        padding: 0px;
    }
    .mobile-location-one-line{
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-top: 1px;
    }
    .mobile-job-padding{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
    }
    .mobile-job-item{
        margin-top: 15px;
        display: flex;
        margin-left: 5px;
    }
    .mobile-list-group{
        text-align: left;
        margin-bottom: 3px;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.5em;
        height: 3em;
    }
    .mobile-margin-top{
        margin-top: 10px;
    }
    .mobile-busi-margin-top{
        margin-top: 15px;
    }
    .mobile-item-cell{
        min-height: 130px !important;
        border-bottom: 1px solid #e6e6e6;
    }
    .mobile-ser-margin-top{
        margin-top: 35px;
    }
    .google-top-ad-margin-top{
        margin-top: 110px;
        margin-bottom:0%;
    }
    .mobile-new-post-margin-top{
        margin-top: 70px;
    }
    .mobile-page-background-color{
        background-color:#eee;
    }
    .mobile-common-margin-bottom{
        margin-bottom: 10px !important;
    }
    .mobile-label-scroll-img{
        color: white;
        font-size: 18px;
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        /* line-height: 1.5em;
        height: 3em; */
    }
    .mobile-without-border{
        background-color: #29292c;
        border: 0px solid #29292c;
    }
    .mobile-panel-body-gray-title{
        color: gray; 
        margin-bottom: 5px !important;
    }
    .mobile-panel-body-black-title{
        margin-bottom:5px !important;
    }
    .mobile-all-info{
        margin-bottom:5px !important;
        padding: 0px !important;
    }
    .mobile-panel-body-last-param{
        margin-bottom:0px !important;
    }
    .mobile-panel-heading{
        background-color: white !important;
        border-color: #eee !important;
        font-size: 18px;
        padding: 10px;
    }
    .mobile-state-notice{
        background-color:white;
        padding:10px 10px !important;
    }
    .mobile-panel-heading-first-child{
        color: orange !important;
        padding: 10px;
        font-size: 18px; 
        background-color: white !important;
        min-height:40px;
        border-color: #eee !important;
    }
    .mobile-job-cancel-btm-margin{
        margin-bottom: 0px !important;
    }
    .mobile-panel-default{
        border-color: #fff;
    }
    .taboola-style{
        background-color:white; 
        padding-top:10px;
        margin: 0px 5px;
    }
    .mobile-panel-heading-job-first-child{
        color: #000 !important;
        padding: 10px;
        font-size: 16px; 
        background-color: white !important;
        min-height:40px;
        border-color: #eee !important;
    }
    .mobile-job-title-lines{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .mobile-dropdown-menu{
        background-color: #006ACF;
        border: 1px solid #006ACF;
        right: -10px !important;
    }
    .spinner {
        margin-top: 5px;
        margin-bottom: 60px;
        text-align: center;
    }
    .spinner>div {
        width: 10px;
        height: 10px;
        background-color: #006ACF;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }
    .mobile-advanced-search-btm-margin{
        margin-bottom: 5px;
    }
    .btn-renting-bottom-button:hover{
        background-color: #fff;
        color: #000;
    }
}
/* Desktop */
@media (min-width: 769px){
    .NavigationHeaderContainer {
        border-bottom: 3px solid #2262ad;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    div.scrollmenu {
        display: none;
    }
    .mobile-show{
        display: none;
    }
    .mobile-google-ad{
        margin-bottom:0%;
        /* border: 1px solid #eee; */
    }
    .pc-google-ad{
        margin-bottom:0%;
        border: 1px solid #eee;
    }
    .pc-hide{
        display: none !important;
    }
    .img-size{
        width: 20px;
        height: 17px;
    }
    .mobile-location-top-margin{
        margin-top: 12px;
    }
    .mobile-price-top-margin{
        margin-top: 9px;
    }
    .mobile-job-item{
        display: flex;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .mobile-item-cell{
        min-height: 160px !important;
        border-bottom: 1px solid #e6e6e6;
    }
    .list-item>.itemDisplay {
        /* min-height: 0 !important; */
    }
    .mobile-list-group{
        text-align: left;
        margin-bottom: 3px;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.5em;
        height: 3.8em;
        padding-top: 0.2em;
    }
    .mobile-margin-top{
        margin-top: 10px;
    }
    .mobile-job-padding{
        padding-top: 15px;
        padding-bottom: 5px;
        padding-left: 3px;
    }
    .pc-title-height{
        height: 4em;
    }
    .mobile-busi-margin-top{
        margin-top: 30px;
    }
    .pc-margin-top{
        margin-top: 15px;
    }
    .mobile-ser-margin-top{
        margin-top: 50px;
    }
    .google-top-ad-margin-top{
        margin-top: 10px;
        margin-bottom:0% !important;
    }
    .mobile-all-info{
        margin-bottom:2% !important;
    }
    .pc-email-margin-btm{
        margin-bottom:4%;
    }
    .taboola-style{
        background-color:white; 
        padding-top:10px;
    }
}
.mobile-logo{
    height: 35px;
    margin: 7% 7% 5% 7%;
}
.mobile-phone-download{
    height: 25px;
    margin: 14px 10px;
}
.tab-bar-text-clicked-color{
    color: orange !important;
    font-size: 17px !important;
}
.mobile-navbar{
    margin-bottom:0px;
    text-align:center;
    background-color: #006ACF; 
    border-color: #fff;
    border: 0px solid transparent;
    background: url(/images/navi-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -30px;
}
.mobile-nav-title{
    color:white;
    font-size:20px;
    margin-left: -30px;
}
.break-long-word{
    word-wrap: break-word;
    word-break: normal;
}
.contact-from-1688{
    vertical-align: baseline;
    font-weight: 600;
}