/*
<!--

* 17素材vip建站专区模块代码
* 详尽信息请看官网：http://www.17sucai.com/pins/vip
*
* Copyright , 温州易站网络科技有限公司版权所有
*
* 请尊重原创，未经允许请勿转载。
* 在保留版权的前提下可应用于个人或商业用途

-->
*/
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.house-face-img {
    width: 100%;
    height: 100px;
    display: block;
    border: 0;
}

.none-img{
    width: 100%;
    height: 300px;
}

body {
    background: #f7f7f7;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-arrow {
    position: relative;
    padding-right: 0.8rem;
}

.aui-arrow span {
    font-size: 0.8rem;
    color: #9b9b9b;
}

.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #848484;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background: #fff;
}

.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    color: #333;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABvUlEQVRoQ+3a32mEQBAG8FnE95RwHeSuguQqSDqIBytYRtKFsEIs4TpISkgJV4L3JviwQVA4hMR/szsz6/nmy+hvv/HlQwUbu9TGvHAHUyeepuk+iqIqz/OLi3dhk3CSJA9xHH8CwGsHLY0xJ2w0C3CH/QKA/QB4MMb8YKLJwf9gW+fJGFMGAx7BXpum2ZVlWQUBHsMCwDP2OrcHR7LSVFgSMCXWO5ga6xXMAesNzAXrBcwJ6xzMDesUzBHrDMwV6wTMGYsO5o5FBUvAooGlYFHAkrCrwdKwq8ASsYvBUrGLwJKxs8HSsbPAIWBngbXWpVLq7Y8GEb0/xmwqb2dNLvG01mel1MtmwN1KfwPA4xBtra2UUkcXtSp20pMTbh8cAnoWOAT0bLB09CKwZPRisFT0KrBE9GqwNDQKWBIaDSwFjQqWgEYHc0c7AXNGOwNzRTsFc0Q7B3NDewFzQnsDc0F7BXNAewdTo0nAlGgy8BgaAC5N0xyC+bm0byNHisFjURRtU4p2kSY8AY1e8LMA36z3GQCe2ntr7UdRFO9o0XaD2IB7WJZlu7quK+xvt5/PDoyd6HDeHez6hKnn/wKqxohMcP/LEAAAAABJRU5ErkJggg==');
}

.icon-news {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoQ+2b3XHUMBDHd8/OM3RAqICkApIKEirIZc6ayRuhAkIFwFtmpBsuFeRSAaECQgUcFZA8O7llNqPL+GTpLMmyYRj7jZw+9mdp/1prF4SenpOTk+2Hh4cDIjqsTomI8yzLrs7Pzxd9mIJdTzIej59vbW19BIBxw1yzLMs+dA3eKbAQYoeIviLic58XS0S3RHQ8nU7nPu1j2nQGHAprGH8spZzFADX16QRYb+OvALBjGkBEvwDgRv99BxFfWNrc5nm+28X27gS4KIozRHxvgNwtl8uxuV2Lothj4QKAZ9X2RHStlNpvWrHQ37sC/m36LQOsjFv9xj7Lf0NEVuiaqBHRvlLqqV8onK19cuDJZHI4Go0uUxhHRBdKqSZ1D5oqKbDennwE1Xw3yCrdWO+ANylXOQmwFqkvALAWVMRAOvrMy7I8ns1mjy7Q5mkNzKsKAJdNZy2rs/ZVWPkzInJf/ve2Ta0NEWPY1qvdClgIwf7FK2t92AcR8TrLsuumI0aHnntExKp9tGEVW53R0cCbYBk0z/OzJkgXFMPf39/z0eYCj4aOAuYoCgC+O4KKcSqR0e4yc2z3XSnlKoDxdutgYC1QDLttzPKjLMu9FMJSHVfPx2fxK2O+RVmWu6HzBQM7oqhOYFeALmgi+qCUOvNeXg5yQhprYflp9Lkry3I79E2HzMttNTRHZGshaJZlL0O0IghYCPEJAN4axkYLSCh0URSniMiBTfX5LKU89R0rFJhXt+q7P6SUSaIqX4OLolgYIraQUr707e8NrMNG/uR7eojonVKKV723x7bKIR8ZIcC1T75Q/0nxVmw6EiJeIcBzRDyoGN37dl7NLYTg8/fpmCKiK6WUVxzvDSyE4LPwdQX4m5TyMRbu+2ljSwjwmmCFbKPUL8RyWngLVwgwGYIVfOinArcFP1JKLxavRmyoEGIADg3rhhWOfAPDlgaAwYcdu2cQLZdbDSod8fEdqVG1boNoDaLl3kuDaA2ipd/AoNKDSqc6dJrH6fRYmkwmR6PRiK9P1q5Q/uYFgCMZMF8ul/PpdHqx6ZU5VVrnjzgzaL2G/QeBV5x838V35da8kxXYp+SoCbgpldq8ceNbcOUAIu7boGvAG5JlaxZsAtZj/I43OUnPm7Is980UUA3YtTKc8wUAzu08VtXkeb5w5XQcOagkFIGD1NJANmBOhZp+G5yLLYqC87qbMvmBtkc1r10l24DXLusAIChZVTVLa4FXnWUUTr3T2HzJ5k2ID3Bv2cG20DZ3DAYOSVS1Nbhtf1vC778A1qJYK0rV2rOWzQwG5spXfa5xXtis62i7KJ339wE2k2adG9XhBF4qbS1J6tCoLoeuHafW0LKhPqpLA5OMrYvQrfViG694dEVcCr/lynezGMUMVd9VKuWjwTdFgDyo951WtAUA4Ki+MYfs5bzvC5gLRtcKYkzavs77XoAZzlJu9MTMPqeUSuE6jRuxT2DXKt/x/1ZLVZDaRNwbMBuiPya4NnL1NXaDiGcxVbFNYK7f/wDP0Olb7sG27wAAAABJRU5ErkJggg==');
}

.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.4);
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    border-radius: 100%;
}

.tab-nav {
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    background: #fff;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.tab-nav-item {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.9rem;
    display: block;
    float: left;
    width: 20%;
}

.tab-nav-item.tab-active {
    /* background-color: #51bd03; */
}

.tab-nav-item.tab-active a {
    color: #ff1767;
    font-size: 0.8rem;
}

.tab-nav-item a {
    display: inherit;
    font-size: 0.8rem;
    color: #666;
}

.tab-panel {
    position: relative;
    overflow: hidden;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item.tab-active~.tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff6143), to(#ff1767));
    background-image: -webkit-linear-gradient(left, #ff6143, #ff1767);
    background-image: -moz-linear-gradient(left, #ff6143, #ff1767);
    background-image: linear-gradient(to right, #ff6143, #ff1767);
    background-color: #ff6143;
}

.aui-palace {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 5px 0;
}

.aui-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 20px;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #EFEFF4;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 998;
}

.actionsheet-action {
    display: block;
    margin-top: .15rem;
    font-size: 0.28rem;
    color: #555;
    height: 1rem;
    line-height: 1rem;
    background-color: #FFF;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.aui-coll-cancel a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 100%;
}

.aui-coll-share-img {
    width: 38px;
    height: 38px;
    margin: 0 auto;
}

.aui-coll-share-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-coll-share-box {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.aui-coll-cancel a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 100%;
}

.aui-coll-share-item {
    position: relative;
    float: left;
    padding: 8px 10px;
    width: 33.333%;
    box-sizing: border-box;
    font-size: 12px;
    height: 85px;
}

.aui-rule {
    position: absolute;
    right: 0;
    top: 1rem;
    background: #54ca9a;
    border-radius: 50px 0 0 50px;
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    color: #fff;
}

.img_gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 245px;
}

.main_img ul li img {
    width: 100%;
    display: block;
    border: none;
}

.img_font {
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    color: #333;
    font-size: 13px;
    position: absolute;
    right: 15px;
    bottom: 8px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 22px;
}

.aui-village {
    background: #fff;
}


.title{
    color: #333333;
    font-size: 15px;
    padding: 15px 0;
}

.aui-flex-box h1 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.aui-flex-box h2 {
    color: #ef8015;
    font-size: 1.5rem;
    font-weight: 500;
}

.aui-flex-box h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
}

.aui-flex-box p {
    color: #8c8c8c;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
}

.aui-flex-box span em {
    background: #f3f4f8;
    border-radius: 3px;
    font-size: 1rem;
    font-style: normal;
    color: #666666;
    padding: 0.2rem 0.7rem;
}

.aui-village .b-line:after {
    width: 92%;
    left: 15px;
}

.aui-ads-img img{
    width: 50px;
    height: 50px;
}

.aui-six-item {
    overflow: hidden;
}

.aui-six-item span {
    width: 50%;
    display: block;
    float: left;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.85rem;
}

.aui-six-item span em {
    background: none;
    color: #999999;
    font-size: 0.85rem;
    padding-right: 2rem;
}

.aui-flex-color h2 {
    color: #333;
    margin-bottom: 0;
}

.aui-palace-one {
    padding-top: 0;
}

.aui-palace-one h2 {
    color: #333;
    font-size: 0.88rem;
}

.icon-add {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFeklEQVRoQ+2aXXLbNhCAAYp8TnKC2ieofQP7BHVOUOXNI2Im9gmanCDKDKDxW9wTVDlBfIPYJ4h6gsrPBrmd1YAaCAWJXZFUm8Z4lEBgP+xi/0gpfrAhfzBe8Qz8f9f4s4bH0vBsNjuZTCYv6ro+klIe4T4AsMqybFVV1eNisbgfa29/3dE0fHl5eZTn+S9CiAshxBkR5k4IsbTWfr65uVkRn2FNGxxYKYVwbx0oS5hg8lII8VFrjYcw2BgM2Gn0E0ObVAjU+PVQGh8EWCmFGn0nhHgZoXgQQmxMta7rdXhX8W5nWYbPNab/c2SNdV3X14vF4pZ6Sm3zegOXZflJSjn1NwCARynl3Fp7y9WMs5QpAFxJKV8E694aY970ge4FHIPFe5fn+bv5fL7uI9jV1dVLay1aDVrPdgBAL+i9gUNYp9Wp1hqdzWBDKXWBkL62+0DvBVyWJZrbh4YKAP6squqMa77UU8F7LqVcSil/8va8NsbMqWs089jA7o598zZ+BICzsRMHB33na9pae8w9ZDawUuqLH3rquj4dG7Y5XBfjcf9m3GmtzzlaZgFHNsTE4IqzYd+5Sik0Y9+RnXOSEy7wVrvopIqiOKJ6Y7wKk8nkrZTyxLOQOwC4r6rqI9U00Xs/PT2tPNNmaZkMHN5dIcR7rTWGjc7hBPwQxurwIfS8RVFcUw5QKYX7/taswbnLZODQM1M2cbBfnFZTZ4PV031RFOcp6IjjJHtsDjCGBax+cDxordE0O4dSCku+nVQRAH6XUm4qIQDAUvFXfxGENsacctYGgM/GGExNk4MMrJT6y8uVk+Y8m82mWZZhMdGMB2vtRXhXnbYwWdkeTF3Xb1J5c+C81lrrV0laIWg9LZfmIfBmUAQqyxIdyyZRwMSkKIqTNlN1pn/vzV8ZY467AMIrprUmKY80KRKOOkOBq4C+cg4otIhUfOfK1MgyCnAoTJ7nr1KOKLQiIUTnof7XgHfCBtXclFLgmXGnnwiBUxbB0jBODoR53VUVHUjD6JX/aECoh0oyaVzUd0Ku19SaUoZxkuLkwjucivO+l0anaIzZdEJTgwOMNekmZmJ7leBFt15aCLHO8/y4y0tba7ECa1pEyTjvh0mM7caYna5LGzgZGAtx34SEEJ1mHWoMEwoAwPi60392ZR+2ibaJTMoiIrKQCwgycMSsk0l7WZZ+dtYcOjb0mtYrtnR3etaUrMkvUTnmjAKwgMOkPRU6XKhBuFgnMmZ1D3men3WFsNAhAgA5j2YDh6UZI+/dCVMt9yuZrjor++a9qmGVqGxgF552hKeesKuHL6SUO0k+ACyrqlpS6uEwnaSWqP4Bs0y6eTAIUWtr7SlF4FTI6PrfhTpMVzeenHt32YmHL8wQvSUufNhLS/mP3mEpXCD0wFTT5oK6exu2hclxN9xvL5PGRSK9JSwbB+9ghpVXqtRMHejewM6BYQzdtk2pLZqUUM3/7lC/Nl7Z/U5OMmL79AJ20GHbdKm1fk2F6pqnlMLiwPfqvdvCvYEddNi7IsXUBGwYu5P5NeWQBwFuuc/JvlSbgJE8nJ1gDO6lwwUjoQpfYp9zX8M4J4V+YftyfUhnOIiGG/hIp5KVlITJBa6bqpwoZtw70+rapCzLbd3sMiJSc72lad/bSQ0Wh4eEjsFyinqOlgc1aT9+Wmt3ysK2yqpFs8kykQM5qkknoP/xfUbkO5HRYFG2UTRMhT407OjAuEHsUwV8NbrZ3PvcCd83V1V1MnaZOaqGvXCFH6XsfJ/h3yuEPcR3IgfRcAr6kLAHBY6Z96FhDw7cQGdZtrnDdV1PuannvuGoee4gdzgUEmMv/pZ6o9gXLvb8vwI8Bgh1zWdg6kl9r/OeNfy9ao4q9987G7FqxbBKZAAAAABJRU5ErkJggg==');
}

.aui-flex-box h5 {
    font-size: 1.7rem;
    color: #ff2368;
    font-weight: 500;
    margin-top: 0.3rem;
}

.aui-map-img {
    padding: 0 0.9rem 0.9rem;
}
.swipper-banner{
    width: 100%;
    height: 300px;
}
.aui-img-hou {
    width: 120px;
    height: 100px;
    margin-right: 0.8rem;
}
.aui-house-list {
    padding-bottom: 50px;
}
.aui-house-list h1 {
    font-size: 1rem;
}

.aui-house-list .aui-flex {
    padding-top: 0;
}

.aui-vil-text {
    padding: 3rem;
    text-align: center;
    color: #999;
    font-size: 0.88rem;
}

.aui-reserve-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0.5rem 0.8rem;
    background: #fefefe;
    box-shadow: 0 -2px 8px #e0e0e0;
}

.aui-reserve-footer-one {
    height: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.aui-reserve-footer-two {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 100%;
    background-color: #0da4c3;
    color: #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #19d0b1 , #0da4c3);
    background: -o-linear-gradient(right, #19d0b1 , #0da4c3);
    background: -moz-linear-gradient(right, #19d0b1 , #0da4c3);
    background: linear-gradient(to right, #19d0b1 , #0da4c3);
    padding: 0.5rem 0;
}

.aui-reserve-footer-two button {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 0.9rem;
    background: -webkit-linear-gradient(left, #19d0b1 , #0da4c3);
    background: -o-linear-gradient(right, #19d0b1 , #0da4c3);
    background: -moz-linear-gradient(right, #19d0b1 , #0da4c3);
    background: linear-gradient(to right, #19d0b1 , #0da4c3);
    border: 0;
}

.aui-reserve-in {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    font-size: 11px;
    text-align: center;
    position: relative;
}

.aui-reserve-in-icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.aui-reserve-in-icon img {
    width: 25px;
    height: 25px;
    display: block;
    border: none;
}

.aui-reserve-title {
    color: #454c5e;
    text-align: center;
    padding: 5px 10px;
}

.desc-box{
    color: #AAAAAA;
    font-size: 1.4rem;
    padding: 10px;
}
.mini-logo {
    width: 100%;
    height: auto;
}
.modal-text {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}