input:focus{outline:none!important}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d0d3d9!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d0d3d9!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d0d3d9!important;
}

html{
    min-width: 375px!important;
}

body {
    font-family: 'Pontano Sans', sans-serif,"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color: #333;
    background-color: #fff;
    word-spacing: .5px;
    letter-spacing: .5px;
}

.buildSearchBox {
    -webkit-overflow-scrolling: touch;
}

* {-webkit-overflow-scrolling: touch}

h1 {
    font-size: .23rem;
}

/* spin loading animation */
/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
 .sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center; }
    .sk-three-bounce .sk-child {
      width: 20px;
      height: 20px;
      background-color: #333;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
              animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
    .sk-three-bounce .sk-bounce1 {
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s; }
    .sk-three-bounce .sk-bounce2 {
      -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s; }
  
  @-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes sk-three-bounce {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1); } }

.slide-img-box {
    width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: block; z-index: 1;
}
.card-box{
    width:7.4rem;
    min-width: 7.4rem;
    min-height: 2rem;
}
.lastbuildItem {
    margin-left: .4rem;
    width: calc(100% - .4rem)!important;
    transition: 0.3s;
}
.card-box .imgSlidebox{
    max-height: 2.6rem;
    min-height: 2rem;
    overflow: hidden;
    min-width: 60%;
    background-color: #f1f1f1;
}
.card-box .imgSlidebox img{
    width: 100%;
}

.card-box .sample {
    display: none;
}

.start-time {
    line-height: .2rem;
    font-size: .13rem;
    width: 100%;
    color: #333;
    text-align: center;
}

.datepicker {
    max-width: 100%;
    overflow: hidden;
    margin: .2rem 0;
    background-color: white;
    box-shadow: 0 3px 0px #d6d6d6;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.datepicker ul {
    display: flex;
    /* box-shadow: inset 0 3px 0px #d6d6d6; */
}

.time-line {
    height: .35rem;
    padding-left: .4rem;
    min-width: .4rem;
    display: block;
    background: url(/images/time.svg) no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    margin-bottom: -.25rem;
    font-size: .2rem;
    color: #333;
    line-height: .35rem;
}

.time-line-bar {
    position: absolute;
    height: calc(100% + .25rem);
    top: 0;
    left: -.241rem;
    width: .02rem;
    background: rgba(138, 138, 138, 0.63);
}

.time-line-end {
    display: block;
    width: .14rem;
    height: .14rem;
    background-color: #8a8a8a;
    border-radius: 50%;
    margin-left: calc(.1rem);
}

.time-line-more {
    font-size: .22rem;
    color: #333;
    padding-left: .12rem;
    transition: 0.3s;
    text-align: center;
    padding-top: .2rem;
}

.time-line-more i.fa {
}

.time-line-more p {
    font-size: .23rem;
    padding: .2rem 0;
    color: #555;
}

.time-line-more span {
    font-size: .18rem;
    display: inline-block;
    background: #2750b3;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%),#2750b3;
    text-align: center;
    line-height: 1;
    padding: .1rem .2rem;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
}

.time-line-more span:hover{
    filter: brightness(1.2);
}

.time-line-empty {
    padding: .4rem .1rem 1rem .1rem;
    text-align: center;
}

.time-line-empty p {
    font-size: .2rem;
    color:#333;
}

li.date-item {
    list-style: none;
    font-size: .14rem;
    text-align: center;
    padding: .1rem 0 .07rem 0;
    color: #444;
    width: calc(100% / 11);
    opacity: 0.4;
    transition: 0.3s;
    cursor:default;
}

li.date-item.back, li.date-item.forward {
    width: .4rem;
    font-size: .25rem;
    line-height: .38rem;
    color: #888;
    margin: .1rem .05rem;
    border-radius: 4px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

li.date-item.valid:hover {
    opacity: 1;
    color: white;
    background: #dfdfdf;
    box-shadow: inset 0px 4px 0 0px white;
}

li.date-item p:nth-of-type(2){
    font-size: .2rem;
    line-height: 1.2;
    font-weight: bold;
}

li.date-item p:nth-of-type(3){
    font-size: .12rem;
    min-height: .12rem;
}

li.date-item.valid{
    opacity: 1!important;
    cursor: pointer;
}

li.date-item.active{
    opacity: 1!important;
    color: white!important;
    background: #ebebeb!important;
    background-size: 10%;
    cursor:default;
    box-shadow: inset 0px 4px 0 0px white;
}

li.date-item.active.valid{
    background: #f7941e!important;
}

ul.location-dropdown{
    background: white;
    border: 1px solid #ddd;
    position: absolute;
    font-size: .16rem;
    display: block;
    z-index: 999;
    color: #666666;
    left: -1.5px;
    width: calc(100% + 3px);
    top: .43rem;
    line-height: 1.7;
    padding: .1rem .05rem;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    max-height: 2.7rem;
    overflow: auto;
}
ul.location-dropdown li.location-item{
    padding: 0 .2rem;
    cursor: pointer;
    border-radius: 3px;
}
ul.location-dropdown li.location-item:hover{
    color: #777!important;
    background-color: #f2f5f7;
}

.toggle-switch {
    font-size: .14rem;
    text-align: center;
    padding: .07rem 35% .1rem 35%;
}

.toggle-switch .switch-toggle {
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0px 0px 3px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.toggle-switch .switch-ios.switch-toggle a {
    background-color: #2750b3;
}

.toggle-switch input:checked + label {
    color: white;
}

.toggle-switch input:not(:checked) + label {
    cursor: pointer;
}

.loading-animation {
    font-size: 18px;
    width: 60%;
    margin-left: 0;
    transition: 0.3s;
}

.loading-animation .sk-child {
    background-color: rgba(0, 0, 0, 0.35);
}

.footer .bottom {
    padding-top: .4rem;
}

.buildListcontent {
    padding-bottom: 0.75rem;
}

input.error{
    border: 1px solid red;
}

.true-input-layer {
    border: 1.5px solid #d0d3d9;
    border-radius: 3px;
    min-width: 5rem;
    display: inline-block;
    padding: .05rem .1rem;
    position: relative;
    margin-left: .18rem;
}

input.newSearchInput {
    display: inline-flex;
    color: #666666;
    border: 0;
    height: .32rem;
    background: rgba(0, 0, 0, 0);
    font-size: .16rem;
}

span.addr-item {
    height: .32rem;
    line-height: .32rem;
    position: relative;
    font-size: .14rem;
    display: inline-flex;
    background: #f2f5f7;
    padding: 0 .2rem 0 .08rem;
    border-radius: 5px;
    white-space: 
    nowrap;
    margin-right: 8px;
    cursor: default;
    margin-bottom: .05rem;
}
.addr-item .close {
    position: absolute;
    right: 0;
    padding: 0 .07rem;
    transform: scaleX(1.4);
    color: #333;
    font-size: .12rem;
    font-weight: 600;
    cursor: pointer;
}

.addr-item .close:hover {
    color: coral;
}

.header-mobile {
    position: fixed;
    width: 100%;
    height: .5rem;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    z-index: 8;
}

.header-mobile .wrap {
    text-align: center;
    height: 100%;
}

.header-mobile .btnMenubox {
    position: absolute;
    left: .15rem;
    top: 54%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: .26rem;
    cursor: pointer;
}

.header-mobile .btnMenubox i {
    display: block;
    width: 100%;
    height: .03rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .01rem;
    background: #2750B3;
    margin-bottom: .042rem;
}

.header-mobile .logobox img {
    height: .3rem;
    margin-top: .1rem;
}

.header-mobile .btnUserbox {
    position: absolute;
    top: .12rem;
    right: .1rem;
}

@media screen and (max-width: 768px) {
    body {
        width: 100%;
        max-width: 768px;
        height: 100%;
        overflow: auto;
        background: #eee;
        padding-top: .5rem;
        background-color: #ebebeb
    }

    .buildItembox .textbox .buildIconbox {
        padding: 0.06rem 0 .03rem 0;
    }

    .wrap{
        width: 100%;
    }

    .card-box{
        width: calc(100% - 20px);
        margin-left: 10px;
        min-width: 300px;
    }

    .toggle-switch {
        font-size: .14rem;
        text-align: center;
        padding: .07rem 20% .1rem 20%;
    }

    .lastbuildItem {
        margin-left: .3rem;
        width: calc(100% - .3rem)!important;
        border-radius: 4px;
        box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2);
    }

    .time-line-bar {
        left: -.137rem;
    }

    .card-box .imgSlidebox {
        width: 100%;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .card-box .buildItembox .textbox {
        width: 100%;
        padding: .1rem .2rem .07rem .2rem;
    }

    .newPropertySearch .row .inputs-box {
        width: 100%;
        text-align: center;
    }

    .selectInput {
        display: inline-flex;
        font-size: .14rem;
        width: 32%;
        margin-right: 3%;
        background: white;
    }

    .price-type .selectInput  {
        display: inline-flex;
        font-size: .14rem;
        width: 48.5%;
        margin-right: 3%;
        background: white;
    }

    .inputs-box .selectInput:nth-last-of-type(1) {
        margin-right: 0;
    }

    .newPropertySearch {
        background: white;
    }

    .newPropertySearch .btn-searchbox {
        padding-top: .05rem;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .newPropertySearch .btn-searchbox input{
        font-size: .19rem;
    }

    .true-input-layer {
        width: 100%;
        min-width: 2rem;
        margin-left: 0;
    }

    .include-surrounding {
        width: .16rem;
        height: .16rem;
    }

    .include-surrounding-row.row {
        border-bottom: 0!important;
    }

    .include-surrounding-row label.checkbox-label{
        padding: .08rem 0 0 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    span.addr-item {
        font-size: .12rem;
    }

    input.newSearchInput {
        font-size: .12rem;
    }

    .footer {
        padding: .05rem 0 .15rem 0;
    }

    .footer .fLanchangebox {
        width: 1.8rem;
        margin: .2rem auto;
    }

    .footer .flogobox {
        width: 1rem;
        margin: .2rem auto;
    }

    .footer .fLanchangebox a {
        font-size: .14rem;
        line-height: .7em;
    }

    .toTop {
        right: .15rem;
        width: .4rem;
        height: .4rem;
    }

    .toTop a {
        font-size: .3rem;
    }

    .toTop i {
        line-height: .4rem;
    }

    .sideBarbox .nav li a {
        display: block;
        font-size: .19rem;
        padding: .13rem 0 .13rem .7rem;
    }

    .sideBarbox {
        padding-top: 0.55rem;
    }

    .btnClose {
        right: .15rem;
        top: .15rem;
        width: .24rem;
        height: .24rem;
    }

    .popLoginbox .avatarimg {
        width: .8rem;
        height: .8rem;
    }

    .popLoginbox .login-register a {
        font-size: .16rem;
        line-height: 1;
    }

    .sideBarbox .fLanchangebox {
        height: 0.3rem;
        width: 2rem;
        margin: .2rem auto;
        overflow: hidden;
    }

    .sideBarbox .fLanchangebox a {
        width: 50%;
        font-size: 0.14rem;
        line-height: .1rem;
    }
    
    .btnUserbox img {
        height: .24rem;
        width: auto;
    }
    

    @-webkit-keyframes fadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }  
    @keyframes fadeIn {
        from { opacity: 0;}
          to { opacity: 1;}
    }

    @-webkit-keyframes fadeOut {
        from { opacity: 1;}
          to { opacity: 0;}
    }  
    @keyframes fadeOut {
        from { opacity: 1;}
          to { opacity: 0;}
    }

    .bgpageMarsk.on{
        display: block;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

    .bgpageMarsk.off{
        -webkit-animation: fadeOut 1s;
        animation: fadeOut 1s;
        animation-fill-mode: forwards;
    }

    .loading-animation {
        width: 100%;
    }

    .buildIconbox .row i img {
        max-width: 22px;
    }

    .buildItembox .textbox .topTitbox {
        margin-bottom: .05rem;
    }
}

