.swiper-container {
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.swiper-container2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.swiper-left-mask {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 420px;
    background: #000;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    z-index: 10;
}

.swiper-right-mask {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 420px;
    background: #000;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    z-index: 10;
}

.swiper-img-box {
    display: block;
    width: 100%;
    overflow: hidden;
}

.swiper-img-box2 {
    display: block;
    width: 100%;
    overflow: hidden;
}

.swiper-img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-img-box2 img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-button-next2,
.swiper-button-prev2 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination2 {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination2 {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination2 .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #f39800;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.swiper-container-horizontal>.swiper-pagination,
.swiper-container-horizontal>.swiper-pagination2 {
    display: none;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next2,
.swiper-button-prev2 {
    width: 50px;
    height: 93px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next2:hover,
.swiper-button-prev2:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
    background-image: url(../images/icon/swiper_to_left.png);
    left: 0px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
    background-image: url(../images/icon/swiper_to_right.png);
    right: 0px;
    left: auto;
}

.swiper-slide-ie-left {
    position: absolute;
    top: 0;
    left: -100%;
}

.swiper-slide-ie-right {
    position: absolute;
    top: 0;
    right: -100%;
}

.w1 {
    width: 45%;
}

.w2 {
    width: 62%;
}

.w3 {
    width: 30%;
}

.w4 {
    width: 75%;
}

.w5 {
    width: 65%;
}

.w6 {
    width: 65%;
}

.box-title {
    position: relative;
    height: 165px;
    box-sizing: border-box;
}

.line {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #bfbfbf;
}

.box-title-text1 {
    font-family: 'loraregular', sans-serif;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

.box-title-text2 {
    font-family: SimSun, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
}

.box1 {
    display: inline-block;
    width: 680px;
    position: relative;
    overflow: hidden;
}

.box1-1 {
    width: 100%;
}

.box1-content {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.box1:hover .box1-content {
    bottom: 0;
}

.box1-title {
    font-family: SimSun, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    padding: 10px 20px;
}

.title-line2 {
    line-height: 35px;
}

.box1-description {
    font-size: 16px;
    padding: 0 20px 20px;
    color: #fff;
}

.box2 {
    display: inline-block;
    position: relative;
    width: 100%;
}

.box2-title {
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}

.box2-description {
    font-size: 14px;
    color: #777;
    overflow: hidden;
}

.box3 {
    display: inline-block;
    position: relative;
}

.box3-title {
    font-family: SimSun, sans-serif;
    font-weight: bold;
    margin: 10px 0;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
}

.box3-description {
    font-size: 16px;
    padding: 0 0 20px;
}

.sub-title1 {
    font-size: 18px;
    margin: 10px 0 20px;
}

.label-box {
    position: relative;
    display: inline-block;
}

.label-absolute {
    position: absolute;
    left: 0;
    bottom: 0;
}

.label-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.label {
    font-family: SimSun, sans-serif;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: relative;
}

.text-box {
    position: relative;
}

.text-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.description-line1 {
    line-height: 25px;
    overflow: hidden;
}

.description-line2 {
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
}

.description-line2-fixed {
    height: 50px;
}

.description-line3 {
    max-height: 75px;
    line-height: 25px;
    overflow: hidden;
}

.description-line3-fixed {
    height: 75px;
}

.more {
    display: block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    margin: 0 auto;
}

.more2 {
    display: block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
}

.more span {
    color: #fff;
    padding-right: 25px;
}

.more2 span {
    color: #fff;
    padding-right: 10px;
}

.more-icon {
    height: 13px;
}

.more-icon2 {
    height: 10px;
}

.img-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    margin: auto;
    line-height: 25px;
    font-size: 24px;
    text-align: center;
    z-index: 2;
}

.img-text-line1 {
    height: 25px;
    color: #fff;
}

.img-text-line2 {
    height: 50px;
    color: #fff;
}

#news {
    margin: 0 0 30px;
}

.news-headlines {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.news-banner {
    position: relative;
    display: block;
    width: 330px;
    float: right;
    text-align: right;
}

.banner-text {
    text-align: center;
    font-size: 12px;
    width: 100%;
    background: #f7f7f7;
    padding: 0 0 10px;
    color: #aaa;
}

.news-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.news-lists {
    margin: 20px 0 50px;
}

#events {
    margin: 0 0 80px;
}

.events-lists {
    margin: 0 0 40px 0;
}

#feature {
    padding: 0 0 50px;
    background-color: #1b1b1b;
    color: #fff;
}

.feature-title {
    padding: 30px 0 10px;
    box-sizing: border-box;
}

.feature-title-text1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.feature-title-text2 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.feature-img {
    display: block;
    padding: 10px;
    background: #000;
    width: 958px;
    box-sizing: border-box;
    margin: auto;
}

.feature-img img {
    width: 100%;
    height: auto;
}

.feature-content {
    font-family: 'loraregular', sans-serif;
    color: #a4a4a4;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin: 30px 0;
}

#vipclub {
    padding: 0 0 40px;
}

.vip-headlines {
    padding: 20px 0 0;
    box-sizing: border-box;
    min-height: 570px;
}

.vip-headlines-box {
    display: inline-block;
    width: 675px;
    border-bottom: 2px solid #ebebeb;
}

.vip-banner {
    display: block;
    width: 333px;
    float: right;
    text-align: right;
}

.vip-banner img {
    display: block;
    width: 100%;
}

.vip-lists {
    margin: 20px 0 0;
}

#exclusive {
    padding: 0 0 50px;
    background-color: #1b1b1b;
    color: #fff;
}

.exclusive-title {
    padding: 30px 0 10px;
    box-sizing: border-box;
}

.exclusive-title-text1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.exclusive-title-text2 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.exclusive-img {
    display: block;
    padding: 10px;
    background: #000;
    width: 958px;
    box-sizing: border-box;
    margin: auto;
}

.exclusive-content {
    font-family: 'loraregular', sans-serif;
    color: #a4a4a4;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin: 30px 0 20px;
}

.exclusive-content2 {
    color: #a4a4a4;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

#neighborhoods {}

.neighborhoods-lists {
    margin: 30px 0 0;
}

#stories {}

.stories-headlines {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.stories-lists {}

#best {
    margin: 0 0 50px;
}

.best-lists {
    margin: 10px 0 0;
}

.best-text {
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
}

.banner {
    background: #f4f5f7;
    box-shadow: 0 2px 3px #aaa inset;
}

.banner-img-box {
    padding: 50px;
    box-sizing: border-box;
}

.banner2-img-box {
    padding: 30px 50px;
    box-sizing: border-box;
}

#link {
    padding: 70px 0;
    background: #000;
}

.link {
    padding: 0 50px;
    box-sizing: border-box;
}

.table-link {
    width: calc( 100% + 20px);
}

.td-link {
    width: 25%;
    padding: 0 20px 0 0;
}

.link-box {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

.link-title {
    font-size: 22px;
    margin: 0 0 20px;
}

.link-text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #999 !important;
}

#download {
    background-color: #1b1b1b;
    color: #fff;
}

.download-title {
    padding: 70px 0 0;
    box-sizing: border-box;
}

.download-title-text1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.download-box {
    display: inline-block;
    width: 100%;
    height: 400px;
    position: relative;
    box-sizing: border-box;
    padding: 60px 150px;
}

.iphone-img {
    height: 100%;
    float: left;
}

.iphone-description {
    width: 55%;
    float: right;
    padding: 80px 0 0;
    box-sizing: border-box;
}

.iphone-text-box {}

.iphone-logo {
    width: 55%;
}

.iphone-text0 {
    font-size: 24px;
    color: #ccc;
}

.iphone-text1 {
    font-size: 18px;
    margin: 25px 0 0;
    color: #ccc;
}

.iphone-text2 {
    font-size: 14px;
    margin: 10px 0 0;
    color: #ccc;
    line-height: 35px;
}

.download-btn {
    display: block;
    width: 80%;
    margin: 15px 0 0;
}

.download-img1 {
    height: 22px;
    float: left;
}

.download-img2 {
    height: 22px;
    float: right;
}

@media screen and (max-width: 1024px) {
    .width-all {
        width: 100%;
    }
    .swiper-left-mask,
    .swiper-right-mask {
        display: none;
    }
    .swiper-container {
        overflow: hidden;
    }
    .swiper-container-horizontal>.swiper-pagination,
    .swiper-container-horizontal>.swiper-pagination2 {
        display: block;
    }
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next2,
    .swiper-button-prev2 {
        display: none;
    }
    .w1 {
        width: 50%;
    }
    .w2 {
        width: 82%;
    }
    .w3 {
        width: 35%;
    }
    .w4 {
        width: 94%;
    }
    .w5 {
        width: 80%;
    }
    .w6 {
        width: 80%;
    }
    .img-text {
        font-size: 16px;
    }
    .label {
        font-size: 12px;
    }
    .box-title {
        height: 100px;
    }
    .line {
        height: 40px;
    }
    .box-title-text1 {
        font-size: 20px;
        top: 10px;
        letter-spacing: -1px;
    }
    .box-title-text2 {
        font-size: 14px;
        top: 60px;
    }
    .box1 {
        width: 100%;
    }
    .box1-content {
        bottom: 0;
    }
    .box1-title {
        font-size: 16px;
        padding: 10px;
    }
    .title-line2 {
        line-height: 24px;
    }
    .box1-description {
        font-size: 12px;
        padding: 0 10px 20px;
    }
    .more {
        width: 140px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .more2 {
        width: 190px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        top: 60px;
    }
    .more span {
        padding-right: 10px;
    }
    .more-icon {
        height: 10px;
    }
    .more-icon2 {
        height: 8px;
    }
    .news-banner {
        display: block;
        width: 100%;
        float: none;
        text-align: right;
        box-shadow: 0 0 0 10px #f7f7f7 inset;
        padding: 10px 55px 20px;
        box-sizing: border-box;
        margin: 16px 0 0;
        background: #f7f7f7;
    }
    .news-lists {
        margin: 20px 0;
    }
    #events {
        margin: 0 0 30px;
    }
    .events-lists {
        margin: 0 0 20px 0;
    }
    #feature {
        padding: 0 0 30px;
    }
    .feature-title-text1 {
        font-size: 20px;
        line-height: 30px;
    }
    .feature-title-text2 {
        font-size: 14px;
        line-height: 30px;
    }
    .feature-content {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0;
    }
    .feature-img {
        width: 100%;
    }
    #vipclub {
        padding: 0;
    }
    #exclusive {
        padding: 0 0 30px;
    }
    .exclusive-title-text1 {
        font-size: 20px;
        line-height: 30px;
    }
    .exclusive-title-text2 {
        font-size: 14px;
        line-height: 30px;
    }
    .exclusive-content {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0;
    }
    .exclusive-content2 {
        font-size: 16px;
    }
    .exclusive-img {
        width: 100%;
    }
    .neighborhoods-lists {
        margin: 0;
    }
    #best {
        margin: 0;
    }
    .best-text {
        font-size: 16px;
        padding: 10px 0;
    }
    .banner-img-box {
        padding: 20px 10px;
    }
    .banner2-img-box {
        padding: 20px 10px;
    }
    #download {
        background-color: #fff;
        color: #000;
        box-shadow: 0 -2px 3px #aaa;
    }
    .download-title {
        padding: 20px 0 0;
    }
    .download-title-text1 {
        font-size: 20px;
    }
    .download-box {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }
    .download-box2 {
        border-top: 1px solid #ccc;
    }
    .download-box2 .iphone-img {
        float: right;
    }
    .download-box2 .iphone-description {
        float: left;
        text-align: right;
    }
    .download-box2 .download-btn {
        float: right;
    }
    .iphone-img {
        width: 44%;
        float: left;
    }
    .iphone-description {
        width: 50%;
        float: right;
        padding: 30px 0 0;
        box-sizing: border-box;
    }
    .iphone-text0 {
        font-size: 16px;
        color: #000;
    }
    .iphone-text1 {
        font-size: 18px;
        margin: 25px 0 0;
        color: #000;
    }
    .iphone-text2 {
        font-size: 12px;
        margin: 10px 0 0;
        color: #000;
        line-height: 20px;
    }
    .download-btn,
    .download-btn a {
        display: block;
        width: 100%;
        overflow: auto;
    }
    .download-img1 {
        height: 18px;
        float: left;
    }
    .download-img2 {
        height: 18px;
        float: left;
        margin: 10px 0 0;
    }
}